android_kernel_samsung_hero.../arch/xtensa/mm/Makefile
2016-08-17 16:41:52 +08:00

7 lines
184 B
Makefile

#
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
#
obj-y := init.o cache.o misc.o
obj-$(CONFIG_MMU) += fault.o mmu.o tlb.o
obj-$(CONFIG_HIGHMEM) += highmem.o