summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-lts-knock/Kbuild
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-31 17:14:25 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-12-31 17:14:25 -0200
commitf890ec7b838bbfec32f46fc16e465f55704c07a5 (patch)
tree2960c49bb7ca1f795f70927b6f15a80c16bc9ba4 /kernels/linux-libre-lts-knock/Kbuild
parent4debe32b69e67e4f148cd4bbfd6a86fc0a582890 (diff)
linux-libre-lts-knock: add new package to kernels repo
Diffstat (limited to 'kernels/linux-libre-lts-knock/Kbuild')
-rw-r--r--kernels/linux-libre-lts-knock/Kbuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kernels/linux-libre-lts-knock/Kbuild b/kernels/linux-libre-lts-knock/Kbuild
new file mode 100644
index 000000000..8a9d7dceb
--- /dev/null
+++ b/kernels/linux-libre-lts-knock/Kbuild
@@ -0,0 +1,19 @@
+# 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/