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