xref: /linux/arch/powerpc/mm/Makefile (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
214cf11afSPaul Mackerras#
314cf11afSPaul Mackerras# Makefile for the linux ppc-specific parts of the memory manager.
414cf11afSPaul Mackerras#
514cf11afSPaul Mackerras
636e5f9eeSChristophe Leroyobj-y				:= fault.o mem.o pgtable.o maccess.o pageattr.o \
79b081e10SChristophe Leroy				   init_$(BITS).o pgtable_$(BITS).o \
8f381d571SChristophe Leroy				   pgtable-frag.o ioremap.o ioremap_$(BITS).o \
9b26e8f27SChristophe Leroy				   init-common.o mmu_context.o drmem.o \
10b26e8f27SChristophe Leroy				   cacheflush.o
1127e23b5fSChristophe Leroyobj-$(CONFIG_PPC_MMU_NOHASH)	+= nohash/
1217312f25SChristophe Leroyobj-$(CONFIG_PPC_BOOK3S_32)	+= book3s32/
1347d99948SChristophe Leroyobj-$(CONFIG_PPC_BOOK3S_64)	+= book3s64/
14a9ee6cf5SMike Rapoportobj-$(CONFIG_NUMA) += numa.o
15b7dcf96cSChristophe Leroyobj-$(CONFIG_HUGETLB_PAGE)	+= hugetlbpage.o
16b16e7766SBenjamin Herrenschmidtobj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
17e83d0169SIan Munsieobj-$(CONFIG_PPC_COPRO_BASE)	+= copro_fault.o
18*f9aad622SAnshuman Khandualobj-$(CONFIG_PTDUMP)		+= ptdump/
192edb16efSChristophe Leroyobj-$(CONFIG_KASAN)		+= kasan/
20