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 17BOARD_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST))) 18include plat/marvell/armada/a8k/common/a8k_common.mk 19 20include plat/marvell/armada/common/marvell_common.mk 21