Chris Zankel | 3f65ce4 | 2005-06-23 22:01:24 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the Linux/Xtensa-specific parts of the memory manager. | ||||
3 | # | ||||
Chris Zankel | 3f65ce4 | 2005-06-23 22:01:24 -0700 | [diff] [blame] | 4 | |
Max Filippov | b6cee17 | 2014-09-22 09:54:42 +0400 | [diff] [blame^] | 5 | obj-y := init.o misc.o |
6 | obj-$(CONFIG_MMU) += cache.o fault.o mmu.o tlb.o | ||||
Max Filippov | 6555910 | 2014-02-04 02:17:09 +0400 | [diff] [blame] | 7 | obj-$(CONFIG_HIGHMEM) += highmem.o |