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/Kbuild.platforms | |
parent | 95a38ad9f37dcfa806f90879bccbccc3c1adae85 (diff) |
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/Kbuild.platforms')
-rw-r--r-- | libre/linux-libre/Kbuild.platforms | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libre/linux-libre/Kbuild.platforms b/libre/linux-libre/Kbuild.platforms deleted file mode 100644 index 90a226888..000000000 --- a/libre/linux-libre/Kbuild.platforms +++ /dev/null @@ -1,6 +0,0 @@ -# All platforms listed in alphabetic order - -platforms += loongson - -# include the platform specific files -include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |