diff options
author | root <root@rshg054.dnsready.net> | 2013-05-09 00:41:55 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-09 00:41:55 -0700 |
commit | 648599b08776ea788a3ddb0365eb30fda03efe7b (patch) | |
tree | be3c375c8606fce5d85bbfc9095a2489c257ec68 /libre-testing/linux-libre/Kbuild | |
parent | d6413cd6dac778aa64e48046ce7110000997ff61 (diff) |
Thu May 9 00:41:55 PDT 2013
Diffstat (limited to 'libre-testing/linux-libre/Kbuild')
-rw-r--r-- | libre-testing/linux-libre/Kbuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libre-testing/linux-libre/Kbuild b/libre-testing/linux-libre/Kbuild deleted file mode 100644 index 8a9d7dceb..000000000 --- a/libre-testing/linux-libre/Kbuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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/ |