]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/keymile/km_arm/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / keymile / km_arm / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
67fa8c25
HS
2#
3# (C) Copyright 2009
4# Marvell Semiconductor <www.marvell.com>
5# Prafulla Wadaskar <prafulla@marvell.com>
67fa8c25 6
a79854a9 7obj-y := km_arm.o ../common/common.o ../common/ivm.o
67fa8c25 8
b37f7724 9ifdef CONFIG_KM_FPGA_CONFIG
a79854a9 10obj-y += fpga_config.o
b37f7724 11endif