xref: /linux/arch/powerpc/mm/ptdump/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2
3obj-y	+= ptdump.o
4
5obj-$(CONFIG_4xx)		+= shared.o
6obj-$(CONFIG_PPC_8xx)		+= 8xx.o
7obj-$(CONFIG_PPC_BOOK3E_MMU)	+= shared.o
8obj-$(CONFIG_PPC_BOOK3S_32)	+= shared.o
9obj-$(CONFIG_PPC_BOOK3S_64)	+= book3s64.o
10
11ifdef CONFIG_PTDUMP_DEBUGFS
12obj-$(CONFIG_PPC_BOOK3S_32)	+= bats.o segment_regs.o
13obj-$(CONFIG_PPC_BOOK3S_64)	+= hashpagetable.o
14endif
15

Last Index update Sat Jun 03 09:59:21 CST 2023