3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-01 07:42:18 +00:00
Brooklyn/arch/powerpc/sysdev/xics/Makefile

9 lines
281 B
Makefile
Raw Normal View History

2021-05-26 19:09:36 +00:00
# SPDX-License-Identifier: GPL-2.0
obj-y += xics-common.o
obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o
obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o
obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
obj-$(CONFIG_PPC_ICS_NATIVE) += ics-native.o
2021-05-26 19:09:36 +00:00
obj-$(CONFIG_PPC_POWERNV) += ics-opal.o icp-opal.o