mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 18:17:12 +07:00
10 lines
279 B
Makefile
10 lines
279 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 bats.o segment_regs.o
|
||
|
obj-$(CONFIG_PPC_BOOK3S_64) += book3s64.o hashpagetable.o
|