1#
2# Makefile
3#
4
5obj-y := consistent.o init.o
6
7obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o
8