Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / arch / metag / mm / Makefile
blob99433116412502601aa8d47051e6d45d770c7b73
2 # Makefile for the linux Meta-specific parts of the memory manager.
5 obj-y += cache.o
6 obj-y += extable.o
7 obj-y += fault.o
8 obj-y += init.o
9 obj-y += ioremap.o
10 obj-y += maccess.o
12 mmu-y := mmu-meta1.o
13 mmu-$(CONFIG_METAG_META21_MMU) := mmu-meta2.o
14 obj-y += $(mmu-y)
16 obj-$(CONFIG_HIGHMEM) += highmem.o
17 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
18 obj-$(CONFIG_METAG_L2C) += l2cache.o
19 obj-$(CONFIG_NUMA) += numa.o