summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt/Kbuild
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-07-07 13:09:53 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-07-07 13:09:53 -0400
commit44fb7936931db66f6ba7c46f73ebb29d2725fe58 (patch)
tree0be1bc01e36b6aea80bbae6a00f7cee123a162c3 /kernels/linux-libre-rt/Kbuild
parentde83d1a9287e1d73029b1202069e3cefae26bb31 (diff)
parent108181f9a57602fd8d527dafb3b46fc0b59711df (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'kernels/linux-libre-rt/Kbuild')
-rw-r--r--kernels/linux-libre-rt/Kbuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kernels/linux-libre-rt/Kbuild b/kernels/linux-libre-rt/Kbuild
new file mode 100644
index 000000000..8a9d7dceb
--- /dev/null
+++ b/kernels/linux-libre-rt/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/