1
0
Files
2016-11-30 09:03:17 +08:00

7 lines
149 B
Makefile
Executable File

#
# Makefile for the Linux/Xtensa-specific parts of the memory manager.
#
obj-y := init.o cache.o misc.o
obj-$(CONFIG_MMU) += fault.o mmu.o tlb.o