76963bb602
Which means removing all rfkill code since it only does soft-kill which cfg80211 will now handle in exactly the same way the driver did. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
5 lines
207 B
Makefile
5 lines
207 B
Makefile
obj-$(CONFIG_IWM) := iwmc3200wifi.o
|
|
iwmc3200wifi-objs += main.o netdev.o rx.o tx.o sdio.o hal.o fw.o
|
|
iwmc3200wifi-objs += commands.o wext.o cfg80211.o eeprom.o
|
|
|
|
iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o
|