blob: 3d12b72812458e4f81299fd80aaafb23c0e537a6 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Guinot5628fb72011-11-21 19:25:46 +05302#
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>
Simon Guinot5628fb72011-11-21 19:25:46 +05309
Masahiro Yamadaa79854a2013-10-21 11:53:37 +090010obj-y := net2big_v2.o ../common/common.o
Simon Guinot7737c992013-06-18 15:14:50 +020011ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
Masahiro Yamadaa79854a2013-10-21 11:53:37 +090012obj-y += ../common/cpld-gpio-bus.o
Simon Guinot7737c992013-06-18 15:14:50 +020013endif