diff options
Diffstat (limited to 'arch/mips/mm/Makefile')
-rw-r--r-- | arch/mips/mm/Makefile | 4 |
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 |