mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-09-12 17:21:21 +02:00
As a preparation for upcoming support for CN9130 platform, which is classified as OcteonTx2 product but inherits functionality from a8k, allow to use a8k_common.mk and mss_common.mk from outside of PLAT_FAMILY_BASE. Above is done by introducing BOARD_DIR which needs to be set by each platform, before including a8k_common.mk and mss_common.mk. This will allow to use mentioned mk files not only for platforms located under previously defined PLAT_FAMILY_BASE. Change-Id: I22356c99bc0419a40ae11e42f37acd50943ea134 Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
21 lines
481 B
Makefile
21 lines
481 B
Makefile
#
|
|
# Copyright (C) 2018 Marvell International Ltd.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
# https://spdx.org/licenses
|
|
#
|
|
|
|
PCI_EP_SUPPORT := 0
|
|
|
|
CP_NUM := 1
|
|
$(eval $(call add_define,CP_NUM))
|
|
|
|
DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg
|
|
|
|
MARVELL_MOCHI_DRV := drivers/marvell/mochi/apn806_setup.c
|
|
|
|
BOARD_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
|
include plat/marvell/armada/a8k/common/a8k_common.mk
|
|
|
|
include plat/marvell/armada/common/marvell_common.mk
|