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

Johannes Weiner's avatar
Johannes Weiner committed
5 6
obj-y			:= init.o cache.o misc.o
obj-$(CONFIG_MMU)	+= fault.o mmu.o tlb.o
Max Filippov's avatar
Max Filippov committed
7
obj-$(CONFIG_HIGHMEM)	+= highmem.o