summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/Kbuild
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-08-20 01:38:27 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-08-20 01:41:34 -0400
commit43820673b594530e4acff25d5d0055b13cf3744c (patch)
treecf3ffbd3f5968507293e85bbdcbf7436c22e0993 /libre/linux-libre-lts/Kbuild
parent95a38ad9f37dcfa806f90879bccbccc3c1adae85 (diff)
downloadabslibre-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/Kbuild19
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/