1subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror 2 3obj-y += xics-common.o 4obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o 5obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o 6obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o 7obj-$(CONFIG_PPC_POWERNV) += ics-opal.o 8
1subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror 2 3obj-y += xics-common.o 4obj-$(CONFIG_PPC_ICP_NATIVE) += icp-native.o 5obj-$(CONFIG_PPC_ICP_HV) += icp-hv.o 6obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o 7obj-$(CONFIG_PPC_POWERNV) += ics-opal.o 8