xref: /openbmc/u-boot/board/LaCie/net2big_v2/Makefile (revision c0e032e0)
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
12obj-y	:= net2big_v2.o ../common/common.o
13ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
14obj-y	+= ../common/cpld-gpio-bus.o
15endif
16