aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/xics/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/sysdev/xics/Makefile')
-rw-r--r--arch/powerpc/sysdev/xics/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/xics/Makefile b/arch/powerpc/sysdev/xics/Makefile
new file mode 100644
index 00000000000..b75a6059337
--- /dev/null
+++ b/arch/powerpc/sysdev/xics/Makefile
@@ -0,0 +1,6 @@
+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