1 # SPDX-License-Identifier: GPL-2.0 2 3 obj-y += xics-common.o 4 obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o 5 obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o 6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o 7 obj-$(CONFIG_PPC_ICS_NATIVE) += ics-native.o 8 obj-$(CONFIG_PPC_POWERNV) += ics-opal.o icp-opal.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.