Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / LaCie / net2big_v2 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
4 #
5 # Based on Kirkwood support:
6 # (C) Copyright 2009
7 # Marvell Semiconductor <www.marvell.com>
8 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
9
10 obj-y   := net2big_v2.o ../common/common.o
11 ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
12 obj-y   += ../common/cpld-gpio-bus.o
13 endif