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

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