mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
53f3b81e5a
Fuck him
15 lines
376 B
Makefile
15 lines
376 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-y += ptdump.o
|
|
|
|
obj-$(CONFIG_4xx) += shared.o
|
|
obj-$(CONFIG_PPC_8xx) += 8xx.o
|
|
obj-$(CONFIG_PPC_BOOK3E_MMU) += 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_BOOK3S_64) += hashpagetable.o
|
|
endif
|