blob: 177f92863e4e134e880a7db4e3ecc5b6122b6a6d [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
8mmu-$(CONFIG_MMU) := ioremap_64.o
9
10obj-y += $(mmu-y)
11
Paul Mundt83ce3ac2007-11-11 17:24:50 +090012obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
13obj-$(CONFIG_PMB) += pmb.o
14obj-$(CONFIG_NUMA) += numa.o
15
16EXTRA_CFLAGS += -Werror