Makefile_64 399 B

12345678910111213141516171819
  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) := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o
  7. ifndef CONFIG_CACHE_OFF
  8. obj-y += cache-sh5.o
  9. endif
  10. obj-y += $(mmu-y)
  11. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  12. obj-$(CONFIG_NUMA) += numa.o
  13. EXTRA_CFLAGS += -Werror