Konstantin Porotchkin | 646b5cc | 2018-06-07 18:48:49 +0300 | [diff] [blame] | 1 | # |
2 | # Copyright (C) 2018 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 | DOIMAGE_SEC := tools/doimage/secure/sec_img_7K.cfg | ||||
11 | |||||
12 | MARVELL_MOCHI_DRV := drivers/marvell/mochi/apn806_setup.c | ||||
13 | |||||
14 | include plat/marvell/a8k/common/a8k_common.mk | ||||
15 | |||||
16 | include plat/marvell/common/marvell_common.mk |