summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/ptdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mm/ptdump/Makefile')
-rw-r--r--arch/powerpc/mm/ptdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/ptdump/Makefile b/arch/powerpc/mm/ptdump/Makefile
index 4050cbb55acf..b533caaf0910 100644
--- a/arch/powerpc/mm/ptdump/Makefile
+++ b/arch/powerpc/mm/ptdump/Makefile
@@ -10,5 +10,5 @@ obj-$(CONFIG_PPC_BOOK3S_64) += book3s64.o
ifdef CONFIG_PTDUMP_DEBUGFS
obj-$(CONFIG_PPC_BOOK3S_32) += bats.o segment_regs.o
-obj-$(CONFIG_PPC_BOOK3S_64) += hashpagetable.o
+obj-$(CONFIG_PPC_64S_HASH_MMU) += hashpagetable.o
endif