xref: /openbmc/u-boot/board/keymile/km_arm/Makefile (revision a79854a9)
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
9ifneq ($(OBJTREE),$(SRCTREE))
10$(shell mkdir -p $(obj)../common)
11endif
12
13obj-y	:= km_arm.o ../common/common.o ../common/ivm.o
14
15ifdef CONFIG_KM_FPGA_CONFIG
16obj-y	+= fpga_config.o
17endif
18