blob: 5ff83583593e7ecf555feee690a4872d2e25c842 [file] [log] [blame]
Paul Mundt83ce3ac2007-11-11 17:24:50 +09001#
2# Makefile for the Linux SuperH-specific parts of the memory manager.
3#
4
5obj-y := init.o extable_64.o consistent.o
6
Paul Mundtad81eb92007-11-11 18:43:33 +09007mmu-y := tlb-nommu.o pg-nommu.o
Paul Mundt60b22492007-11-21 17:07:06 +09008mmu-$(CONFIG_MMU) := fault_64.o ioremap_64.o tlb-flush_64.o tlb-sh5.o
9
10ifndef CONFIG_CACHE_OFF
11obj-y += cache-sh5.o
12endif
Paul Mundtad81eb92007-11-11 18:43:33 +090013
14obj-y += $(mmu-y)
15
Paul Mundt83ce3ac2007-11-11 17:24:50 +090016obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
Paul Mundt83ce3ac2007-11-11 17:24:50 +090017obj-$(CONFIG_NUMA) += numa.o
18
19EXTRA_CFLAGS += -Werror