summaryrefslogtreecommitdiff
path: root/plat/imx/common/sci/sci_api.mk
blob: cf54faf64c7fd3a7366eee3246f5ee2ffac425e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

BL31_SOURCES	+=	plat/imx/common/sci/ipc.c			\
			plat/imx/common/sci/imx8_mu.c			\
			plat/imx/common/sci/svc/pad/pad_rpc_clnt.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/irq/irq_rpc_clnt.c	\
			plat/imx/common/sci/svc/seco/seco_rpc_clnt.c