Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.9 13 lines 358 B view raw
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