iwl4965: make iwl4965_send_rxon_assoc asynchronous
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Makefile
CommitLineData
df48c323 1obj-$(CONFIG_IWLCORE) += iwlcore.o
857485c0 2iwlcore-objs = iwl-core.o iwl-eeprom.o iwl-hcmd.o
df48c323 3
712b6cf5
TW
4ifeq ($(CONFIG_IWLWIFI_DEBUGFS),y)
5 iwlcore-objs += iwl-debugfs.o
6endif
7
ab53d8af
MA
8ifeq ($(CONFIG_IWLWIFI_LEDS),y)
9 iwlcore-objs += iwl-led.o
10endif
11
ad97edd2
MA
12ifeq ($(CONFIG_IWLCORE_RFKILL),y)
13 iwlcore-objs += iwl-rfkill.o
14endif
15
b481de9c
ZY
16obj-$(CONFIG_IWL3945) += iwl3945.o
17iwl3945-objs = iwl3945-base.o iwl-3945.o iwl-3945-rs.o
b481de9c 18
ab53d8af
MA
19ifeq ($(CONFIG_IWL3945_LEDS),y)
20 iwl3945-objs += iwl-3945-led.o
21endif
22
23
b481de9c 24obj-$(CONFIG_IWL4965) += iwl4965.o
6974e363 25iwl4965-objs = iwl4965-base.o iwl-4965.o iwl-4965-rs.o iwl-sta.o
ab53d8af 26
This page took 0.118841 seconds and 5 git commands to generate.