]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/xtensa/mm/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / arch / xtensa / mm / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
3f65ce4d
CZ
2#
3# Makefile for the Linux/Xtensa-specific parts of the memory manager.
4#
3f65ce4d 5
b6cee17b 6obj-y := init.o misc.o
5bb8def5 7obj-$(CONFIG_MMU) += cache.o fault.o ioremap.o mmu.o tlb.o
65559100 8obj-$(CONFIG_HIGHMEM) += highmem.o
c633544a
MF
9obj-$(CONFIG_KASAN) += kasan_init.o
10
11KASAN_SANITIZE_fault.o := n
12KASAN_SANITIZE_kasan_init.o := n
13KASAN_SANITIZE_mmu.o := n