diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-08-20 01:38:27 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-08-20 01:41:34 -0400 |
commit | 43820673b594530e4acff25d5d0055b13cf3744c (patch) | |
tree | cf3ffbd3f5968507293e85bbdcbf7436c22e0993 /libre/linux-libre-lts/Kbuild | |
parent | 95a38ad9f37dcfa806f90879bccbccc3c1adae85 (diff) | |
download | abslibre-43820673b594530e4acff25d5d0055b13cf3744c.tar.gz abslibre-43820673b594530e4acff25d5d0055b13cf3744c.tar.bz2 abslibre-43820673b594530e4acff25d5d0055b13cf3744c.zip |
linux-libre{,-lts,-grsec}: Remove mips64el hacks
That isn't to say "drop code allowing for flexibility around non-x86
architectures", just remove the many mips-specific hacks.
Diffstat (limited to 'libre/linux-libre-lts/Kbuild')
-rw-r--r-- | libre/linux-libre-lts/Kbuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libre/linux-libre-lts/Kbuild b/libre/linux-libre-lts/Kbuild deleted file mode 100644 index 8a9d7dceb..000000000 --- a/libre/linux-libre-lts/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/ |