Merge branch 'parisc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
[linux-2.6-block.git] / arch / metag / mm / Makefile
CommitLineData
5633004c
JH
1#
2# Makefile for the linux Meta-specific parts of the memory manager.
3#
4
5obj-y += cache.o
6obj-y += extable.o
7obj-y += fault.o
8obj-y += init.o
9obj-y += ioremap.o
10obj-y += maccess.o
11
12mmu-y := mmu-meta1.o
13mmu-$(CONFIG_METAG_META21_MMU) := mmu-meta2.o
14obj-y += $(mmu-y)
15
16obj-$(CONFIG_HIGHMEM) += highmem.o
17obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
18obj-$(CONFIG_METAG_L2C) += l2cache.o
19obj-$(CONFIG_NUMA) += numa.o