1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for the Linux/LoongArch-specific pa !! 2 # Makefile for the linux ppc-specific parts of the memory manager. 4 # 3 # 5 4 6 obj-y += init.o cach !! 5 ifdef CONFIG_PPC64BRIDGE 7 fault.o ior !! 6 EXTRA_AFLAGS := -Wa,-mppc64bridge 8 page.o page !! 7 endif 9 8 10 obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage !! 9 obj-y := fault.o init.o mem_pieces.o extable.o \ 11 obj-$(CONFIG_KASAN) += kasan_init. !! 10 mmu_context.o pgtable.o 12 11 13 KASAN_SANITIZE_kasan_init.o := n !! 12 obj-$(CONFIG_PPC_STD_MMU) += hashtable.o ppc_mmu.o tlb.o >> 13 obj-$(CONFIG_40x) += 4xx_mmu.o >> 14 obj-$(CONFIG_44x) += 44x_mmu.o >> 15 obj-$(CONFIG_NOT_COHERENT_CACHE) += cachemap.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.