blob: 4ab43596c96e47d886a6f1f1aa904d338150600e [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
Grzegorz Jaszczyk3039bce2019-11-05 13:14:59 +01009PLAT_MARVELL := plat/marvell/armada
Konstantin Porotchkinf69ec582018-06-07 18:31:14 +030010MSS_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) \
Grzegorz Jaszczyk2d3d86a2018-12-09 23:11:20 +010016 $(BOARD_DIR)/board/marvell_plat_config.c
Konstantin Porotchkinf69ec582018-06-07 18:31:14 +030017
18BL31_SOURCES += $(MSS_SOURCE)/mss_ipc_drv.c
19
20PLAT_INCLUDES += -I$(MSS_SOURCE)