]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/keymile/km_arm/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / keymile / km_arm / Makefile
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
9 ifneq ($(OBJTREE),$(SRCTREE))
10 $(shell mkdir -p $(obj)../common)
11 endif
12
13 obj-y   := km_arm.o ../common/common.o ../common/ivm.o
14
15 ifdef CONFIG_KM_FPGA_CONFIG
16 obj-y   += fpga_config.o
17 endif