Makefile 134 Bytes edit raw blame history 1 2 3 4 5 6 7 8 # # Makefile # obj-y := consistent.o init.o obj-$(CONFIG_MMU) += pgtable.o mmu_context.o fault.o obj-$(CONFIG_HIGHMEM) += highmem.o