xref: /rk3399_ARM-atf/plat/imx/common/sci/sci_api.mk (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
1#
2# Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7BL31_SOURCES	+=	plat/imx/common/sci/ipc.c			\
8			plat/imx/common/sci/imx8_mu.c			\
9			plat/imx/common/sci/svc/pad/pad_rpc_clnt.c	\
10			plat/imx/common/sci/svc/pm/pm_rpc_clnt.c	\
11			plat/imx/common/sci/svc/rm/rm_rpc_clnt.c	\
12			plat/imx/common/sci/svc/timer/timer_rpc_clnt.c	\
13			plat/imx/common/sci/svc/misc/misc_rpc_clnt.c
14