Benjamin Herrenschmidt | 0b05ac6 | 2011-04-04 13:46:58 +1000 | [diff] [blame] | 1 | subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror |
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 | ||||
Benjamin Herrenschmidt | 5c7c1e9 | 2011-09-19 17:45:02 +0000 | [diff] [blame] | 7 | obj-$(CONFIG_PPC_POWERNV) += ics-opal.o |