mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-01 22:14:52 +02:00
8 lines
236 B
Makefile
8 lines
236 B
Makefile
# 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_POWERNV) += ics-opal.o icp-opal.o
|