diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-11 18:27:43 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-11 18:27:43 -0200 |
commit | ac10a7122b820a41c14971c9461d2cb63e603f9a (patch) | |
tree | 54da6a22dfa7428b334cc999712705005632ab75 /kernels/linux-libre-rt/Kbuild | |
parent | e6f3e892f1fd24a16f586afa0a83fe1f8b17eabf (diff) | |
download | abslibre-ac10a7122b820a41c14971c9461d2cb63e603f9a.tar.gz abslibre-ac10a7122b820a41c14971c9461d2cb63e603f9a.tar.bz2 abslibre-ac10a7122b820a41c14971c9461d2cb63e603f9a.zip |
linux-libre-rt: come back package for [kernels] repo
Diffstat (limited to 'kernels/linux-libre-rt/Kbuild')
-rw-r--r-- | kernels/linux-libre-rt/Kbuild | 19 |
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/ |