]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/LaCie/net2big_v2/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / LaCie / net2big_v2 / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
5628fb75
SG
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>
5628fb75 9
a79854a9 10obj-y := net2big_v2.o ../common/common.o
7737c994 11ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
a79854a9 12obj-y += ../common/cpld-gpio-bus.o
7737c994 13endif