# # Copyright (C) 2011 Simon Guinot # # Based on Kirkwood support: # (C) Copyright 2009 # Marvell Semiconductor # Written-by: Prafulla Wadaskar # # SPDX-License-Identifier: GPL-2.0+ # ifneq ($(OBJTREE),$(SRCTREE)) $(shell mkdir -p $(obj)../common) endif obj-y := net2big_v2.o ../common/common.o ifneq ($(and $(CONFIG_KIRKWOOD_GPIO),$(CONFIG_NET2BIG_V2)),) obj-y += ../common/cpld-gpio-bus.o endif