summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-12-14 21:39:50 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-12-14 21:39:50 +0000
commit873d7498bd7efba53e22e2db70ebbc11bf686d07 (patch)
tree6cd350493a7bbd9adc739e4193af44f2d1765040 /arch/mips/mm/Makefile
parent920c6058e2a57774263231a6a2c76c4f8b633eaa (diff)
MIPS32 patches from MIPS.
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 c57b9cfa1..4febbefd2 100644
--- a/arch/mips/mm/Makefile
+++ b/arch/mips/mm/Makefile
@@ -38,6 +38,10 @@ ifdef CONFIG_CPU_NEVADA
O_OBJS += r4xx0.o
endif
+ifdef CONFIG_CPU_MIPS32
+O_OBJS += mips32.o
+endif
+
ifdef CONFIG_SGI_IP22
O_OBJS += umap.o
endif