Makefile 99 Bytes
#
# Makefile
#

obj-y := consistent.o init.o

obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o