rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # |
2 | # Makefile for the Linux/Xtensa-specific parts of the memory manager. | ||||
3 | # | ||||
4 | |||||
5 | obj-y := init.o misc.o | ||||
6 | obj-$(CONFIG_MMU) += cache.o fault.o ioremap.o mmu.o tlb.o | ||||
7 | obj-$(CONFIG_HIGHMEM) += highmem.o |