xref: /linux/arch/loongarch/mm/Makefile (revision 3fd6c59042dbba50391e30862beac979491145fe)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux/LoongArch-specific parts of the memory manager.
4#
5
6obj-y				+= init.o cache.o tlb.o tlbex.o extable.o \
7				   fault.o ioremap.o maccess.o mmap.o pgtable.o \
8				   page.o pageattr.o
9
10obj-$(CONFIG_HUGETLB_PAGE)	+= hugetlbpage.o
11obj-$(CONFIG_KASAN)		+= kasan_init.o
12
13KASAN_SANITIZE_kasan_init.o     := n
14