Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Simon Guinot | 5628fb7 | 2011-11-21 19:25:46 +0530 | [diff] [blame] | 2 | # |
| 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 Guinot | 5628fb7 | 2011-11-21 19:25:46 +0530 | [diff] [blame] | 9 | |
Masahiro Yamada | a79854a | 2013-10-21 11:53:37 +0900 | [diff] [blame] | 10 | obj-y := net2big_v2.o ../common/common.o |
Simon Guinot | 7737c99 | 2013-06-18 15:14:50 +0200 | [diff] [blame] | 11 | ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),) |
Masahiro Yamada | a79854a | 2013-10-21 11:53:37 +0900 | [diff] [blame] | 12 | obj-y += ../common/cpld-gpio-bus.o |
Simon Guinot | 7737c99 | 2013-06-18 15:14:50 +0200 | [diff] [blame] | 13 | endif |