Makefile 86 B

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