Makefile 194 字节
Newer Older
1 2 3 4
#
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
#

5
obj-y			:= init.o misc.o
6
obj-$(CONFIG_MMU)	+= cache.o fault.o ioremap.o mmu.o tlb.o
M
Max Filippov 已提交
7
obj-$(CONFIG_HIGHMEM)	+= highmem.o