Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / metag / mm / Makefile
blob0c7c91ba9fb9645c144904ee41d139d2471fbcd9
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the linux Meta-specific parts of the memory manager.
6 obj-y += cache.o
7 obj-y += extable.o
8 obj-y += fault.o
9 obj-y += init.o
10 obj-y += ioremap.o
11 obj-y += maccess.o
13 mmu-y := mmu-meta1.o
14 mmu-$(CONFIG_METAG_META21_MMU) := mmu-meta2.o
15 obj-y += $(mmu-y)
17 obj-$(CONFIG_HIGHMEM) += highmem.o
18 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
19 obj-$(CONFIG_METAG_L2C) += l2cache.o
20 obj-$(CONFIG_NUMA) += numa.o