aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lib-64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-10-07 16:58:15 +0100
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:32:37 +0100
commitec917c2c1ab4359a1d438e62daeb50cc42e632e1 (patch)
treedeb2e00bee354577e1f19b7b70c1a2037828a957 /arch/mips/lib-64
parentDocument the meaning of the CPU_MIPS32, CPU_MIPS64, CPU_MIPSR1 and (diff)
downloadlinux-dev-ec917c2c1ab4359a1d438e62daeb50cc42e632e1.tar.xz
linux-dev-ec917c2c1ab4359a1d438e62daeb50cc42e632e1.zip
Fixup a few lose ends in explicit support for MIPS R1/R2.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lib-64')
-rw-r--r--arch/mips/lib-64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/lib-64/Makefile b/arch/mips/lib-64/Makefile
index 8119996736ae..ad285786e74b 100644
--- a/arch/mips/lib-64/Makefile
+++ b/arch/mips/lib-64/Makefile
@@ -4,8 +4,8 @@
lib-y += csum_partial.o memset.o watch.o
-obj-$(CONFIG_CPU_MIPS32_R1) += dump_tlb.o
-obj-$(CONFIG_CPU_MIPS64_R1) += dump_tlb.o
+obj-$(CONFIG_CPU_MIPS32) += dump_tlb.o
+obj-$(CONFIG_CPU_MIPS64) += dump_tlb.o
obj-$(CONFIG_CPU_NEVADA) += dump_tlb.o
obj-$(CONFIG_CPU_R10000) += dump_tlb.o
obj-$(CONFIG_CPU_R3000) += r3k_dump_tlb.o