diff options
author | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-09 12:56:22 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-09 12:56:22 -0300 |
commit | fc6ac266ca40c415d00a893e04386d4b5ab22535 (patch) | |
tree | 03b151d5cde183e2fbacbf450670a146fb328fc8 /libre-testing/linux-libre/Kbuild | |
parent | 38645b8df2bcf7ffe483e47145d876ad3a17964f (diff) | |
parent | d940a67681beff3d6204cd08d31456dbef3a0cb1 (diff) |
Merge branch 'master' of vparabola:abslibre
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/ |