2005-06-24 13:01:24 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
|
|
|
|
#
|
|
|
|
|
2009-03-04 23:21:31 +08:00
|
|
|
obj-y := init.o cache.o misc.o
|
|
|
|
obj-$(CONFIG_MMU) += fault.o mmu.o tlb.o
|
2014-02-04 06:17:09 +08:00
|
|
|
obj-$(CONFIG_HIGHMEM) += highmem.o
|