summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/sci/Makefile
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-05-17 01:36:05 -0500
committerYe Li <ye.li@nxp.com>2018-04-27 02:32:20 -0700
commit150b077e1bab80d6e284f42306421ab51ea0d93a (patch)
tree1594b18a327cde0b0f90d6b27c54d815dd7fe31b /arch/arm/mach-imx/sci/Makefile
parent5cae7e1899250ba99978e2611510449a55c3cf14 (diff)
MLK-14938-3 mx8: Add support for SCFW IPC
Add the MU (message unit) driver and IPC functions for communicating with SCFW. Add CONFIG_HAVE_SC_FIRMWARE for enabling the IPC feature and holding the IP channel in global data. Signed-off-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@nxp.com> Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/sci/Makefile')
-rw-r--r--arch/arm/mach-imx/sci/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/sci/Makefile b/arch/arm/mach-imx/sci/Makefile
new file mode 100644
index 0000000000..3b3b73dd27
--- /dev/null
+++ b/arch/arm/mach-imx/sci/Makefile
@@ -0,0 +1,12 @@
+# Copyright 2015, Freescale Semiconductor
+# Copyright 2017 NXP
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += ipc.o
+obj-y += svc/misc/rpc_clnt.o
+obj-y += svc/pad/rpc_clnt.o
+obj-y += svc/pm/rpc_clnt.o
+obj-y += svc/rm/rpc_clnt.o
+obj-y += svc/timer/rpc_clnt.o