sh: Move in the SH-5 TLB miss.
[linux-2.6/mini2440.git] / arch / sh / mm / Makefile_64
blob82fe9072fd5cc4114e4e17cd328259b9d7b72acc
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)       := fault_64.o ioremap_64.o tlb-flush_64.o
10 obj-y                   += $(mmu-y)
12 obj-$(CONFIG_HUGETLB_PAGE)      += hugetlbpage.o
13 obj-$(CONFIG_PMB)               += pmb.o
14 obj-$(CONFIG_NUMA)              += numa.o
16 EXTRA_CFLAGS += -Werror