1*5625f965SAjay Singh# SPDX-License-Identifier: GPL-2.0 2*5625f965SAjay Singhobj-$(CONFIG_WILC1000) += wilc1000.o 3*5625f965SAjay Singh 4*5625f965SAjay Singhwilc1000-objs := cfg80211.o netdev.o mon.o \ 5*5625f965SAjay Singh hif.o wlan_cfg.o wlan.o 6*5625f965SAjay Singh 7*5625f965SAjay Singhobj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o 8*5625f965SAjay Singhwilc1000-sdio-objs += sdio.o 9*5625f965SAjay Singh 10*5625f965SAjay Singhobj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o 11*5625f965SAjay Singhwilc1000-spi-objs += spi.o 12