1# 2# Copyright (C) 2018 Marvell International Ltd. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# https://spdx.org/licenses 6# 7 8PCI_EP_SUPPORT := 0 9 10CP_NUM := 2 11$(eval $(call add_define,CP_NUM)) 12 13DOIMAGE_SEC := tools/doimage/secure/sec_img_8K.cfg 14 15MARVELL_MOCHI_DRV := drivers/marvell/mochi/apn806_setup.c 16 17include plat/marvell/a8k/common/a8k_common.mk 18 19include plat/marvell/common/marvell_common.mk 20PLAT_INCLUDES += -Iplat/marvell/a8k/a80x0/board 21