]> git.karo-electronics.de Git - mv-sheeva.git/blob - arch/sh/mm/Makefile_64
5ff83583593e7ecf555feee690a4872d2e25c842
[mv-sheeva.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)       := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o
9
10 ifndef CONFIG_CACHE_OFF
11 obj-y                   += cache-sh5.o
12 endif
13
14 obj-y                   += $(mmu-y)
15
16 obj-$(CONFIG_HUGETLB_PAGE)      += hugetlbpage.o
17 obj-$(CONFIG_NUMA)              += numa.o
18
19 EXTRA_CFLAGS += -Werror