blob: 4fa08c51386c8382b8df4181a7a536a92b2ac39e [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
Simon Guinot77ea0712011-11-21 19:25:47 +053012ifneq ($(OBJTREE),$(SRCTREE))
13$(shell mkdir -p $(obj)../common)
14endif
Simon Guinot5628fb72011-11-21 19:25:46 +053015
Masahiro Yamadaa79854a2013-10-21 11:53:37 +090016obj-y := net2big_v2.o ../common/common.o
Simon Guinot7737c992013-06-18 15:14:50 +020017ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),)
Masahiro Yamadaa79854a2013-10-21 11:53:37 +090018obj-y += ../common/cpld-gpio-bus.o
Simon Guinot7737c992013-06-18 15:14:50 +020019endif