summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/Makefile
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-09-18 20:48:03 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-09-18 20:48:03 +0000
commitbb722553b5f6467eb4acbc3afa2bf4cc7bd60474 (patch)
tree6b3ab5449aece7ba73d11235fe6c452ca27d446b /arch/mips/mm/Makefile
parent2eea98631f146d92aa39a39e23f5ac02ca34d20b (diff)
o made CVS compile again for R5000
o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r--arch/mips/mm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/mm/Makefile b/arch/mips/mm/Makefile
index 946b73ced..f0d34b0d6 100644
--- a/arch/mips/mm/Makefile
+++ b/arch/mips/mm/Makefile
@@ -22,6 +22,14 @@ ifdef CONFIG_CPU_R4X00
O_OBJS += r4xx0.o
endif
+ifdef CONFIG_CPU_R5000
+O_OBJS += r4xx0.o
+endif
+
+ifdef CONFIG_CPU_NEVADA
+O_OBJS += r4xx0.o
+endif
+
ifdef CONFIG_CPU_R6000
O_OBJS += r6000.o
endif