summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-08-22 00:42:08 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-08-22 00:42:08 +0000
commit8a16e32c87479b1d7f7322ceac9dfde7870a366c (patch)
tree09d083ee016f34bb26bab34a75af56376264f784 /arch/mips/mm/Makefile
parent7d70ffc29e135a8fab02f85ee75bf99533cd80ed (diff)
7k hooks.
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 d8929b93c..eb17ba7d4 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_RM7000
+O_OBJS += rm7k.o
+endif
+
ifdef CONFIG_CPU_NEVADA
O_OBJS += r4xx0.o
endif