7 lines
149 B
Makefile
Raw Normal View History

2010-08-27 11:19:57 +02:00
#
# 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