]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/LaCie/net2big_v2/Makefile
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[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 obj-y   := net2big_v2.o ../common/common.o
13 ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
14 obj-y   += ../common/cpld-gpio-bus.o
15 endif