diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-31 17:14:25 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-12-31 17:14:25 -0200 |
commit | f890ec7b838bbfec32f46fc16e465f55704c07a5 (patch) | |
tree | 2960c49bb7ca1f795f70927b6f15a80c16bc9ba4 /kernels/linux-libre-lts-knock/Kbuild | |
parent | 4debe32b69e67e4f148cd4bbfd6a86fc0a582890 (diff) | |
download | abslibre-f890ec7b838bbfec32f46fc16e465f55704c07a5.tar.gz abslibre-f890ec7b838bbfec32f46fc16e465f55704c07a5.tar.bz2 abslibre-f890ec7b838bbfec32f46fc16e465f55704c07a5.zip |
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/Kbuild | 19 |
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/ |