]> git.ipfire.org Git - thirdparty/linux.git/blame - drivers/net/wireless/rsi/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / net / wireless / rsi / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
dad0d04f
FF
2rsi_91x-y += rsi_91x_main.o
3rsi_91x-y += rsi_91x_core.o
4rsi_91x-y += rsi_91x_mac80211.o
5rsi_91x-y += rsi_91x_mgmt.o
d7af6bb7 6rsi_91x-y += rsi_91x_hal.o
ce86893f 7rsi_91x-y += rsi_91x_ps.o
dad0d04f
FF
8rsi_91x-$(CONFIG_RSI_DEBUGFS) += rsi_91x_debugfs.o
9
10rsi_usb-y += rsi_91x_usb.o rsi_91x_usb_ops.o
11rsi_sdio-y += rsi_91x_sdio.o rsi_91x_sdio_ops.o
12obj-$(CONFIG_RSI_91X) += rsi_91x.o
13obj-$(CONFIG_RSI_SDIO) += rsi_sdio.o
14obj-$(CONFIG_RSI_USB) += rsi_usb.o