]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/metag/mm/Makefile
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / arch / metag / mm / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the linux Meta-specific parts of the memory manager.
4 #
5
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
12
13 mmu-y := mmu-meta1.o
14 mmu-$(CONFIG_METAG_META21_MMU) := mmu-meta2.o
15 obj-y += $(mmu-y)
16
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