xref: /openbmc/u-boot/board/keymile/km_arm/Makefile (revision 677b5358)
1#
2# (C) Copyright 2009
3# Marvell Semiconductor <www.marvell.com>
4# Prafulla Wadaskar <prafulla@marvell.com>
5#
6# SPDX-License-Identifier:	GPL-2.0+
7#
8
9obj-y	:= km_arm.o ../common/common.o ../common/ivm.o
10
11ifdef CONFIG_KM_FPGA_CONFIG
12obj-y	+= fpga_config.o
13endif
14