Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-block.git] / arch / powerpc / mm / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
14cf11af
PM
2#
3# Makefile for the linux ppc-specific parts of the memory manager.
4#
5
36e5f9ee 6obj-y := fault.o mem.o pgtable.o maccess.o pageattr.o \
9b081e10 7 init_$(BITS).o pgtable_$(BITS).o \
f381d571 8 pgtable-frag.o ioremap.o ioremap_$(BITS).o \
b26e8f27
CL
9 init-common.o mmu_context.o drmem.o \
10 cacheflush.o
27e23b5f 11obj-$(CONFIG_PPC_MMU_NOHASH) += nohash/
17312f25 12obj-$(CONFIG_PPC_BOOK3S_32) += book3s32/
47d99948 13obj-$(CONFIG_PPC_BOOK3S_64) += book3s64/
a9ee6cf5 14obj-$(CONFIG_NUMA) += numa.o
b7dcf96c 15obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
b16e7766 16obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o
e83d0169 17obj-$(CONFIG_PPC_COPRO_BASE) += copro_fault.o
e0847283 18obj-$(CONFIG_PTDUMP_CORE) += ptdump/
2edb16ef 19obj-$(CONFIG_KASAN) += kasan/