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