summaryrefslogtreecommitdiff
path: root/arch/arm/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/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/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 6e55bb69e2..26d39c672b 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -99,7 +99,7 @@ ifneq (,$(CONFIG_MX23)$(CONFIG_MX28)$(CONFIG_MX35)$(filter $(SOC), mx25 mx5 mx6
libs-y += arch/arm/mach-imx/
endif
else
-ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs imx8m vf610))
+ifneq (,$(filter $(SOC), mx25 mx27 mx5 mx6 mx7 mx7ulp mx31 mx35 mxs imx8 imx8m vf610))
libs-y += arch/arm/mach-imx/
endif
endif