Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / keymile / km_arm / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2009
4 # Marvell Semiconductor <www.marvell.com>
5 # Prafulla Wadaskar <prafulla@marvell.com>
6
7 obj-y   := km_arm.o ../common/common.o ../common/ivm.o
8
9 ifdef CONFIG_KM_FPGA_CONFIG
10 obj-y   += fpga_config.o
11 endif