summaryrefslogtreecommitdiff
path: root/libre-testing/linux-libre/Kbuild
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-13 10:42:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-13 10:42:44 -0300
commit6af0f5b3ae8bb646b055a29e857dbd194a31930b (patch)
tree52afbe196c21407ba988f058ccfe496638f7ff1b /libre-testing/linux-libre/Kbuild
parentac6448ddfebb681301211fb31a022f68a4df2b96 (diff)
linux-libre-3.10.6-2: updating version
* move new changes from libre-testing to libre * fixed https://bugs.archlinux.org/task/35991, https://bugs.archlinux.org/task/36296
Diffstat (limited to 'libre-testing/linux-libre/Kbuild')
-rw-r--r--libre-testing/linux-libre/Kbuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/libre-testing/linux-libre/Kbuild b/libre-testing/linux-libre/Kbuild
deleted file mode 100644
index 8a9d7dceb..000000000
--- a/libre-testing/linux-libre/Kbuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Fail on warnings - also for files referenced in subdirs
-# -Werror can be disabled for specific files using:
-# CFLAGS_<file.o> := -Wno-error
-subdir-ccflags-y := -Wno-error
-
-# platform specific definitions
-include arch/mips/Kbuild.platforms
-obj-y := $(platform-y)
-
-# make clean traverses $(obj-) without having included .config, so
-# everything ends up here
-obj- := $(platform-)
-
-# mips object files
-# The object files are linked as core-y files would be linked
-
-obj-y += kernel/
-obj-y += mm/
-obj-y += math-emu/