Robert Marko | 0a6e214 | 2021-10-11 16:25:49 +0200 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2021 Marvell International Ltd. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # https://spdx.org/licenses |
| 6 | # |
| 7 | |
| 8 | PCI_EP_SUPPORT := 0 |
| 9 | |
| 10 | CP_NUM := 1 |
| 11 | $(eval $(call add_define,CP_NUM)) |
| 12 | |
| 13 | DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg |
| 14 | |
| 15 | MARVELL_MOCHI_DRV := drivers/marvell/mochi/apn806_setup.c |
| 16 | |
| 17 | BOARD_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST))) |
| 18 | include plat/marvell/armada/a8k/common/a8k_common.mk |
| 19 | |
| 20 | include plat/marvell/armada/common/marvell_common.mk |