mss_a8k.mk 540 B

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