1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the Linux/LoongArch-specific parts of the memory manager. 4 # 5 6 obj-y += init.o cache.o tlb.o tlbex.o extable.o \ 7 fault.o ioremap.o maccess.o mmap.o pgtable.o page.o 8 9 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 10 obj-$(CONFIG_KASAN) += kasan_init.o 11 12 KASAN_SANITIZE_kasan_init.o := n
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.