Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / net / wireless / rsi / Makefile
blob47c45908d8941251819da15045f0b024d4d5e52f
1 # SPDX-License-Identifier: GPL-2.0
2 rsi_91x-y += rsi_91x_main.o
3 rsi_91x-y += rsi_91x_core.o
4 rsi_91x-y += rsi_91x_mac80211.o
5 rsi_91x-y += rsi_91x_mgmt.o
6 rsi_91x-y += rsi_91x_hal.o
7 rsi_91x-y += rsi_91x_ps.o
8 rsi_91x-$(CONFIG_RSI_DEBUGFS) += rsi_91x_debugfs.o
10 rsi_usb-y += rsi_91x_usb.o rsi_91x_usb_ops.o
11 rsi_sdio-y += rsi_91x_sdio.o rsi_91x_sdio_ops.o
12 obj-$(CONFIG_RSI_91X) += rsi_91x.o
13 obj-$(CONFIG_RSI_SDIO) += rsi_sdio.o
14 obj-$(CONFIG_RSI_USB) += rsi_usb.o