]> Git Repo - J-linux.git/blob - drivers/net/wireless/microchip/wilc1000/Makefile
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / net / wireless / microchip / wilc1000 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_WILC1000) += wilc1000.o
3
4 wilc1000-objs := cfg80211.o netdev.o mon.o \
5                         hif.o wlan_cfg.o wlan.o
6
7 obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o
8 wilc1000-sdio-objs += sdio.o
9
10 obj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o
11 wilc1000-spi-objs += spi.o
This page took 0.031201 seconds and 4 git commands to generate.