Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 11 lines 295 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_WILC1000) += wilc1000.o 3 4wilc1000-objs := cfg80211.o netdev.o mon.o \ 5 hif.o wlan_cfg.o wlan.o 6 7obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o 8wilc1000-sdio-objs += sdio.o 9 10obj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o 11wilc1000-spi-objs += spi.o