#
# Makefile for the Linux/MIPS-specific parts of the memory manager.
#

obj-y				+= cache.o extable.o fault.o init.o pgtable.o

obj-$(CONFIG_RMT)		+= c-r3k.o tlb-r3k.o pg-r4k.o tlbex-r3k.o
obj-$(CONFIG_RMT)		+= ioremap.o pgtable-32.o
obj-$(CONFIG_HIGHMEM)		+= highmem.o

#
# Choose one DMA coherency model
#
obj-$(CONFIG_DMA_NONCOHERENT)	+= dma-noncoherent.o

EXTRA_AFLAGS := $(CFLAGS)
