summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-lts-grsec/Kbuild
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-03 21:05:56 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-03 21:05:56 -0500
commit0fe755e60cece6ee398a9399bc69d517cb81bae3 (patch)
treedab904af3e0ce885d95f515c13996f27d640f51f /kernels/linux-libre-lts-grsec/Kbuild
parent8efd4034846a00a6e07513451ce723df89fe5028 (diff)
parent7da2c7104bf0b90ad700b6fe3e99284802106cbe (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'kernels/linux-libre-lts-grsec/Kbuild')
-rwxr-xr-xkernels/linux-libre-lts-grsec/Kbuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kernels/linux-libre-lts-grsec/Kbuild b/kernels/linux-libre-lts-grsec/Kbuild
new file mode 100755
index 000000000..8a9d7dceb
--- /dev/null
+++ b/kernels/linux-libre-lts-grsec/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/