162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the linux ppc-specific parts of the memory manager. 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC) 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciobj-y := fault.o mem.o pgtable.o maccess.o pageattr.o \ 962306a36Sopenharmony_ci init_$(BITS).o pgtable_$(BITS).o \ 1062306a36Sopenharmony_ci pgtable-frag.o ioremap.o ioremap_$(BITS).o \ 1162306a36Sopenharmony_ci init-common.o mmu_context.o drmem.o \ 1262306a36Sopenharmony_ci cacheflush.o 1362306a36Sopenharmony_ciobj-$(CONFIG_PPC_MMU_NOHASH) += nohash/ 1462306a36Sopenharmony_ciobj-$(CONFIG_PPC_BOOK3S_32) += book3s32/ 1562306a36Sopenharmony_ciobj-$(CONFIG_PPC_BOOK3S_64) += book3s64/ 1662306a36Sopenharmony_ciobj-$(CONFIG_NUMA) += numa.o 1762306a36Sopenharmony_ciobj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o 1862306a36Sopenharmony_ciobj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o 1962306a36Sopenharmony_ciobj-$(CONFIG_PPC_COPRO_BASE) += copro_fault.o 2062306a36Sopenharmony_ciobj-$(CONFIG_PTDUMP_CORE) += ptdump/ 2162306a36Sopenharmony_ciobj-$(CONFIG_KASAN) += kasan/ 22