xref: /linux/arch/xtensa/mm/Makefile (revision 65559100655c6ed6ce2e17ffc8d4f3852bc2858a)
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