summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm/Makefile
blob: a5da59936948253f11e2372bb3abd747fde6942b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id$
#
# Makefile for the Linux/MIPS-specific parts of the memory manager.
#

O_TARGET := mm.o
O_OBJS	 := extable.o init.o fault.o r4xx0.o tfp.o andes.o loadmmu.o

ifdef CONFIG_SGI
O_OBJS   += umap.o
endif

ifdef CONFIG_BAGET_MIPS
O_OBJS   += umap.o
endif

include $(TOPDIR)/Rules.make