13f65ce4dSChris Zankel# 23f65ce4dSChris Zankel# Makefile for the Linux/Xtensa-specific parts of the memory manager. 33f65ce4dSChris Zankel# 43f65ce4dSChris Zankel 5e5083a63SJohannes Weinerobj-y := init.o cache.o misc.o 6e5083a63SJohannes Weinerobj-$(CONFIG_MMU) += fault.o mmu.o tlb.o 7*65559100SMax Filippovobj-$(CONFIG_HIGHMEM) += highmem.o 8