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