Makefile_64 352 B

12345678910111213141516
  1. #
  2. # Makefile for the Linux SuperH-specific parts of the memory manager.
  3. #
  4. obj-y := init.o extable_64.o consistent.o
  5. mmu-y := tlb-nommu.o pg-nommu.o
  6. mmu-$(CONFIG_MMU) := ioremap_64.o tlb-flush_64.o
  7. obj-y += $(mmu-y)
  8. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  9. obj-$(CONFIG_PMB) += pmb.o
  10. obj-$(CONFIG_NUMA) += numa.o
  11. EXTRA_CFLAGS += -Werror