diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-07-06 08:08:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:37 -0400 |
commit | 6e760c8dae7d6c47eff011dd4aad53c94d30494b (patch) | |
tree | 141699aef6e0a3b1fef03ec0c5cc8d8958851078 /arch/mips/lib-64 | |
parent | ca4973dd559b702e265688e724f356d289b8cd67 (diff) |
Rename CONFIG_CPU_MIPS{32,64} to CONFIG_CPU_MIPS{32|64}_R1.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lib-64')
-rw-r--r-- | arch/mips/lib-64/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/lib-64/Makefile b/arch/mips/lib-64/Makefile index ad285786e74b..8119996736ae 100644 --- a/arch/mips/lib-64/Makefile +++ b/arch/mips/lib-64/Makefile | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | lib-y += csum_partial.o memset.o watch.o | 5 | lib-y += csum_partial.o memset.o watch.o |
6 | 6 | ||
7 | obj-$(CONFIG_CPU_MIPS32) += dump_tlb.o | 7 | obj-$(CONFIG_CPU_MIPS32_R1) += dump_tlb.o |
8 | obj-$(CONFIG_CPU_MIPS64) += dump_tlb.o | 8 | obj-$(CONFIG_CPU_MIPS64_R1) += dump_tlb.o |
9 | obj-$(CONFIG_CPU_NEVADA) += dump_tlb.o | 9 | obj-$(CONFIG_CPU_NEVADA) += dump_tlb.o |
10 | obj-$(CONFIG_CPU_R10000) += dump_tlb.o | 10 | obj-$(CONFIG_CPU_R10000) += dump_tlb.o |
11 | obj-$(CONFIG_CPU_R3000) += r3k_dump_tlb.o | 11 | obj-$(CONFIG_CPU_R3000) += r3k_dump_tlb.o |