diff options
author | Paul Burton <paul.burton@mips.com> | 2019-07-23 01:00:03 +0300 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-24 00:33:51 +0300 |
commit | c2aeaaea175652af6610f97a0de6d7cd07311e18 (patch) | |
tree | 51b3719498bd049aad092a3c6bbe6e6da3aa88f3 /arch/mips/mm/Makefile | |
parent | ccd51b9fc3bf264482dab86875754c40cbe13045 (diff) | |
download | linux-c2aeaaea175652af6610f97a0de6d7cd07311e18.tar.xz |
MIPS: Remove unused R8000 CPU support
Our R8000 CPU support can only be included if a system selects
CONFIG_SYS_HAS_CPU_R8000. No system does, making all R8000-related CPU
support dead code. Remove it.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r-- | arch/mips/mm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile index 1e8d335025d7..949d43eefda1 100644 --- a/arch/mips/mm/Makefile +++ b/arch/mips/mm/Makefile @@ -30,7 +30,6 @@ obj-$(CONFIG_DMA_NONCOHERENT) += dma-noncoherent.o obj-$(CONFIG_CPU_R4K_CACHE_TLB) += c-r4k.o cex-gen.o tlb-r4k.o obj-$(CONFIG_CPU_R3000) += c-r3k.o tlb-r3k.o -obj-$(CONFIG_CPU_R8000) += c-r4k.o cex-gen.o tlb-r8k.o obj-$(CONFIG_CPU_SB1) += c-r4k.o cerr-sb1.o cex-sb1.o tlb-r4k.o obj-$(CONFIG_CPU_TX39XX) += c-tx39.o tlb-r3k.o obj-$(CONFIG_CPU_CAVIUM_OCTEON) += c-octeon.o cex-oct.o tlb-r4k.o |