mss_common.mk 518 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2018 Marvell International Ltd.
  3. #
  4. # SPDX-License-Identifier: BSD-3-Clause
  5. # https://spdx.org/licenses
  6. #
  7. PLAT_MARVELL := plat/marvell/armada
  8. MSS_SOURCE := $(PLAT_MARVELL)/common/mss
  9. BL2_SOURCES += $(MSS_SOURCE)/mss_scp_bootloader.c \
  10. $(PLAT_MARVELL)/common/plat_delay_timer.c \
  11. drivers/delay_timer/delay_timer.c \
  12. $(MARVELL_DRV) \
  13. $(BOARD_DIR)/board/marvell_plat_config.c
  14. BL31_SOURCES += $(MSS_SOURCE)/mss_ipc_drv.c
  15. PLAT_INCLUDES += -I$(MSS_SOURCE)