blob: f3074af25646adbf534dc858300221756a90f1c4 [file] [log] [blame]
Simon Guinot5628fb72011-11-21 19:25:46 +05301#
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#
Wolfgang Denk1a459662013-07-08 09:37:19 +02009# SPDX-License-Identifier: GPL-2.0+
Simon Guinot5628fb72011-11-21 19:25:46 +053010#
11
Masahiro Yamadaa79854a2013-10-21 11:53:37 +090012obj-y := net2big_v2.o ../common/common.o
Simon Guinot7737c992013-06-18 15:14:50 +020013ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
Masahiro Yamadaa79854a2013-10-21 11:53:37 +090014obj-y += ../common/cpld-gpio-bus.o
Simon Guinot7737c992013-06-18 15:14:50 +020015endif