xref: /rk3399_ARM-atf/plat/marvell/armada/a8k/common/mss/mss_a8k.mk (revision 0aa9f3c0f2f2ff675c3c12ae5ac6ceb475d6a16f)
1#
2# Copyright (C) 2018 Marvell International Ltd.
3#
4# SPDX-License-Identifier:	BSD-3-Clause
5# https://spdx.org/licenses
6#
7
8PLAT_MARVELL		:=	plat/marvell/armada
9A8K_MSS_SOURCE		:=	$(PLAT_MARVELL)/a8k/common/mss
10
11BL2_SOURCES		+=	$(A8K_MSS_SOURCE)/mss_bl2_setup.c \
12				$(MARVELL_MOCHI_DRV)
13
14BL31_SOURCES		+=	$(A8K_MSS_SOURCE)/mss_pm_ipc.c
15
16PLAT_INCLUDES		+=	-I$(A8K_MSS_SOURCE)
17
18ifneq (${SCP_BL2},)
19# This define is used to inidcate the SCP image is present
20$(eval $(call add_define,SCP_IMAGE))
21endif
22