summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-12 03:19:41 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-12 03:19:41 +0000
commitc4a2a91dd053af588f69a4da0f9408da334869f7 (patch)
tree6d92a7c9bd79249450d74020d6480d1e5d902e30 /arch/mips/mm/Makefile
parent73c5574a141032a6d588b0e25be6d76bbf7b991d (diff)
DDB5476 support from Jun Sun.
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r--arch/mips/mm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile
index eb17ba7d4..409726924 100644
--- a/arch/mips/mm/Makefile
+++ b/arch/mips/mm/Makefile
@@ -26,6 +26,10 @@ ifdef CONFIG_CPU_R5000
O_OBJS += r4xx0.o
endif
+ifdef CONFIG_CPU_R5432
+O_OBJS += r4xx0.o
+endif
+
ifdef CONFIG_CPU_RM7000
O_OBJS += rm7k.o
endif