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