Konstantin Porotchkin | f69ec58 | 2018-06-07 18:31:14 +0300 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2018 Marvell International Ltd. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # https://spdx.org/licenses |
| 6 | # |
| 7 | |
| 8 | |
| 9 | PLAT_MARVELL := plat/marvell |
| 10 | MSS_SOURCE := $(PLAT_MARVELL)/common/mss |
| 11 | |
| 12 | BL2_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 | |
| 18 | BL31_SOURCES += $(MSS_SOURCE)/mss_ipc_drv.c |
| 19 | |
| 20 | PLAT_INCLUDES += -I$(MSS_SOURCE) |