summaryrefslogtreecommitdiffstats
path: root/kernel/arch/powerpc/sysdev/xics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/powerpc/sysdev/xics/Makefile')
-rw-r--r--kernel/arch/powerpc/sysdev/xics/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/arch/powerpc/sysdev/xics/Makefile b/kernel/arch/powerpc/sysdev/xics/Makefile
new file mode 100644
index 000000000..c606aa8ba
--- /dev/null
+++ b/kernel/arch/powerpc/sysdev/xics/Makefile
@@ -0,0 +1,7 @@
+subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
+
+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