]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/metag/mm/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / metag / mm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
5633004c
JH
2#
3# Makefile for the linux Meta-specific parts of the memory manager.
4#
5
6obj-y += cache.o
7obj-y += extable.o
8obj-y += fault.o
9obj-y += init.o
10obj-y += ioremap.o
11obj-y += maccess.o
12
13mmu-y := mmu-meta1.o
14mmu-$(CONFIG_METAG_META21_MMU) := mmu-meta2.o
15obj-y += $(mmu-y)
16
17obj-$(CONFIG_HIGHMEM) += highmem.o
18obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
19obj-$(CONFIG_METAG_L2C) += l2cache.o
20obj-$(CONFIG_NUMA) += numa.o