2 # Makefile for the Linux SuperH-specific parts of the memory manager.
5 obj-y := init.o extable_64.o consistent.o
7 mmu-y := tlb-nommu.o pg-nommu.o
8 mmu-$(CONFIG_MMU) := ioremap_64.o tlb-flush_64.o
12 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
13 obj-$(CONFIG_PMB) += pmb.o
14 obj-$(CONFIG_NUMA) += numa.o
16 EXTRA_CFLAGS += -Werror