blob: 898b6dccc87fe420843da2e990d4b07a121abd0e [file] [log] [blame]
Konstantin Porotchkinf69ec582018-06-07 18:31:14 +03001#
2# Copyright (C) 2018 Marvell International Ltd.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5# https://spdx.org/licenses
6#
7
8
9PLAT_MARVELL := plat/marvell
10MSS_SOURCE := $(PLAT_MARVELL)/common/mss
11
12BL2_SOURCES += $(MSS_SOURCE)/mss_scp_bootloader.c \
13 $(PLAT_MARVELL)/common/plat_delay_timer.c \
14 drivers/delay_timer/delay_timer.c \
15 $(MARVELL_DRV) \
16 $(PLAT_FAMILY_BASE)/$(PLAT)/board/marvell_plat_config.c
17
18BL31_SOURCES += $(MSS_SOURCE)/mss_ipc_drv.c
19
20PLAT_INCLUDES += -I$(MSS_SOURCE)