xref: /openbmc/linux/arch/xtensa/mm/Makefile (revision 8dda2eac)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the Linux/Xtensa-specific parts of the memory manager.
4#
5
6obj-y			:= init.o misc.o
7obj-$(CONFIG_MMU)	+= cache.o fault.o ioremap.o mmu.o tlb.o
8obj-$(CONFIG_HIGHMEM)	+= highmem.o
9obj-$(CONFIG_KASAN)	+= kasan_init.o
10
11KASAN_SANITIZE_fault.o := n
12KASAN_SANITIZE_kasan_init.o := n
13KASAN_SANITIZE_mmu.o := n
14