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 | PLAT_MARVELL := plat/marvell |
| 9 | A8K_MSS_SOURCE := $(PLAT_MARVELL)/a8k/common/mss |
| 10 | |
| 11 | BL2_SOURCES += $(A8K_MSS_SOURCE)/mss_bl2_setup.c |
| 12 | |
| 13 | BL31_SOURCES += $(A8K_MSS_SOURCE)/mss_pm_ipc.c |
| 14 | |
| 15 | PLAT_INCLUDES += -I$(A8K_MSS_SOURCE) |
| 16 | |
| 17 | ifneq (${SCP_BL2},) |
| 18 | # This define is used to inidcate the SCP image is present |
| 19 | $(eval $(call add_define,SCP_IMAGE)) |
| 20 | endif |