diff options
Diffstat (limited to 'arch')
-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 1205b2bf3..19060aec7 100644 --- a/arch/mips/mm/Makefile +++ b/arch/mips/mm/Makefile @@ -11,4 +11,8 @@ O_TARGET := mm.o O_OBJS := extable.o init.o fault.o r4xx0.o r2300.o r6000.o tfp.o \ andes.o loadmmu.o +ifdef CONFIG_SGI +O_OBJS += umap.o +endif + include $(TOPDIR)/Rules.make |