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