• Home
  • Engineering
  • Training
  • Docs
  • Community
  • Company
  • twitter
  • mastodon
  • linkedin
  • github

Bootlin logo

Elixir Cross Referencer

Open Menu / arch / powerpc / mm / ptdump / Makefile

Projects

  • linux

Versions

  • FIXME
    • FIXME
      • next-20260811
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0

obj-y	+= ptdump.o

obj-$(CONFIG_44x)		+= shared.o
obj-$(CONFIG_PPC_8xx)		+= 8xx.o
obj-$(CONFIG_PPC_E500)		+= shared.o
obj-$(CONFIG_PPC_BOOK3S_32)	+= shared.o
obj-$(CONFIG_PPC_BOOK3S_64)	+= book3s64.o

ifdef CONFIG_PTDUMP_DEBUGFS
obj-$(CONFIG_PPC_BOOK3S_32)	+= bats.o segment_regs.o
obj-$(CONFIG_PPC_64S_HASH_MMU)	+= hashpagetable.o
endif
linux next-20260811 Download file Top powered by Elixir a26ba81