Makefile 439 B

12345678910111213141516171819
  1. #
  2. # Makefile for the linux Meta-specific parts of the memory manager.
  3. #
  4. obj-y += cache.o
  5. obj-y += extable.o
  6. obj-y += fault.o
  7. obj-y += init.o
  8. obj-y += ioremap.o
  9. obj-y += maccess.o
  10. mmu-y := mmu-meta1.o
  11. mmu-$(CONFIG_METAG_META21_MMU) := mmu-meta2.o
  12. obj-y += $(mmu-y)
  13. obj-$(CONFIG_HIGHMEM) += highmem.o
  14. obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
  15. obj-$(CONFIG_METAG_L2C) += l2cache.o
  16. obj-$(CONFIG_NUMA) += numa.o