xref: /linux/arch/xtensa/mm/Makefile (revision 1809de7e7d37c585e01a1bcc583ea92b78fc759d)
1#
2# Makefile for the Linux/Xtensa-specific parts of the memory manager.
3#
4
5obj-y			:= init.o misc.o
6obj-$(CONFIG_MMU)	+= cache.o fault.o ioremap.o mmu.o tlb.o
7obj-$(CONFIG_HIGHMEM)	+= highmem.o
8