]> Git Repo - linux.git/blob - drivers/net/wireless/rsi/Makefile
clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringup
[linux.git] / drivers / net / wireless / rsi / Makefile
1 rsi_91x-y                       += rsi_91x_main.o
2 rsi_91x-y                       += rsi_91x_core.o
3 rsi_91x-y                       += rsi_91x_mac80211.o
4 rsi_91x-y                       += rsi_91x_mgmt.o
5 rsi_91x-y                       += rsi_91x_pkt.o
6 rsi_91x-$(CONFIG_RSI_DEBUGFS)   += rsi_91x_debugfs.o
7
8 rsi_usb-y                       += rsi_91x_usb.o rsi_91x_usb_ops.o
9 rsi_sdio-y                      += rsi_91x_sdio.o rsi_91x_sdio_ops.o
10 obj-$(CONFIG_RSI_91X)           += rsi_91x.o
11 obj-$(CONFIG_RSI_SDIO)          += rsi_sdio.o
12 obj-$(CONFIG_RSI_USB)           += rsi_usb.o
This page took 0.036491 seconds and 4 git commands to generate.