summaryrefslogtreecommitdiff
path: root/plat/imx/common/sci/sci_api.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plat/imx/common/sci/sci_api.mk')
-rwxr-xr-x[-rw-r--r--]plat/imx/common/sci/sci_api.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/plat/imx/common/sci/sci_api.mk b/plat/imx/common/sci/sci_api.mk
index 92c7190e..cf54faf6 100644..100755
--- a/plat/imx/common/sci/sci_api.mk
+++ b/plat/imx/common/sci/sci_api.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -10,4 +10,6 @@ BL31_SOURCES += plat/imx/common/sci/ipc.c \
plat/imx/common/sci/svc/pm/pm_rpc_clnt.c \
plat/imx/common/sci/svc/rm/rm_rpc_clnt.c \
plat/imx/common/sci/svc/timer/timer_rpc_clnt.c \
- plat/imx/common/sci/svc/misc/misc_rpc_clnt.c
+ plat/imx/common/sci/svc/misc/misc_rpc_clnt.c \
+ plat/imx/common/sci/svc/irq/irq_rpc_clnt.c \
+ plat/imx/common/sci/svc/seco/seco_rpc_clnt.c