sh: Split out tlb-flush in to _32 and _64 variants.
[deliverable/linux.git] / arch / sh / mm / Makefile_64
1 #
2 # Makefile for the Linux SuperH-specific parts of the memory manager.
3 #
4
5 obj-y := init.o extable_64.o consistent.o
6
7 mmu-y := tlb-nommu.o pg-nommu.o
8 mmu-$(CONFIG_MMU) := ioremap_64.o tlb-flush_64.o
9
10 obj-y += $(mmu-y)
11
12 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
13 obj-$(CONFIG_PMB) += pmb.o
14 obj-$(CONFIG_NUMA) += numa.o
15
16 EXTRA_CFLAGS += -Werror
This page took 0.042583 seconds and 6 git commands to generate.