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