]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/LaCie/net2big_v2/Makefile
board: arm: convert makefiles to Kbuild style
[karo-tx-uboot.git] / board / LaCie / net2big_v2 / Makefile
1 #
2 # Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
3 #
4 # Based on Kirkwood support:
5 # (C) Copyright 2009
6 # Marvell Semiconductor <www.marvell.com>
7 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
8 #
9 # SPDX-License-Identifier:      GPL-2.0+
10 #
11
12 ifneq ($(OBJTREE),$(SRCTREE))
13 $(shell mkdir -p $(obj)../common)
14 endif
15
16 obj-y   := net2big_v2.o ../common/common.o
17 ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
18 obj-y   += ../common/cpld-gpio-bus.o
19 endif