forked from Minki/linux
bb9f8692f5
This driver supports Intel's full MAC wireless multicomm 802.11 hardware. Although the hardware is a 802.11agn device, we currently only support 802.11ag, in managed and ad-hoc mode (no AP mode for now). Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
6 lines
216 B
Makefile
6 lines
216 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 rfkill.o
|
|
|
|
iwmc3200wifi-$(CONFIG_IWM_DEBUG) += debugfs.o
|