Newer
Older
arm-trusted-firmware / plat / marvell / a8k / common / mss / mss_a8k.mk
@Konstantin Porotchkin Konstantin Porotchkin on 18 Jul 2018 465 bytes plat: marvell: Add common ARMADA platform components
#
# Copyright (C) 2018 Marvell International Ltd.
#
# SPDX-License-Identifier:	BSD-3-Clause
# https://spdx.org/licenses
#

PLAT_MARVELL		:=	plat/marvell
A8K_MSS_SOURCE		:=	$(PLAT_MARVELL)/a8k/common/mss

BL2_SOURCES		+=	$(A8K_MSS_SOURCE)/mss_bl2_setup.c

BL31_SOURCES		+=	$(A8K_MSS_SOURCE)/mss_pm_ipc.c

PLAT_INCLUDES		+=	-I$(A8K_MSS_SOURCE)

ifneq (${SCP_BL2},)
# This define is used to inidcate the SCP image is present
$(eval $(call add_define,SCP_IMAGE))
endif