xref: /openbmc/linux/arch/powerpc/mm/ptdump/Makefile (revision aa5f59df)
1e66c3209SChristophe Leroy# SPDX-License-Identifier: GPL-2.0
2e66c3209SChristophe Leroy
3e66c3209SChristophe Leroyobj-y	+= ptdump.o
4e66c3209SChristophe Leroy
5e66c3209SChristophe Leroyobj-$(CONFIG_4xx)		+= shared.o
6e66c3209SChristophe Leroyobj-$(CONFIG_PPC_8xx)		+= 8xx.o
7*aa5f59dfSChristophe Leroyobj-$(CONFIG_PPC_E500)		+= shared.o
8e0847283SChristophe Leroyobj-$(CONFIG_PPC_BOOK3S_32)	+= shared.o
9e0847283SChristophe Leroyobj-$(CONFIG_PPC_BOOK3S_64)	+= book3s64.o
10e0847283SChristophe Leroy
11e0847283SChristophe Leroyifdef CONFIG_PTDUMP_DEBUGFS
12e0847283SChristophe Leroyobj-$(CONFIG_PPC_BOOK3S_32)	+= bats.o segment_regs.o
13387e220aSNicholas Pigginobj-$(CONFIG_PPC_64S_HASH_MMU)	+= hashpagetable.o
14e0847283SChristophe Leroyendif
15