blob: 1d98676f77dfc828539d2b7c6fd0cb2ea692ac15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Makefile for the Linux/MIPS-specific parts of the memory manager.
#
obj-y += cache.o dma-default.o extable.o fault.o \
init.o tlbex.o tlbex-fault.o uasm.o page-rlx.o
obj-y += ioremap.o pgtable-32.o cache-rlx.o tlb-rlx.o imem-dmem.o
obj-$(CONFIG_HIGHMEM) += highmem.o
EXTRA_CFLAGS += -Werror
|