blob: 64fca4d9ac760288be60ee8ddb6ed36d48ef0fdc [file] [log] [blame]
Tomas Winklerdf48c322008-03-06 10:40:19 -08001obj-$(CONFIG_IWLCORE) += iwlcore.o
Tomas Winkler857485c2008-03-21 13:53:44 -07002iwlcore-objs = iwl-core.o iwl-eeprom.o iwl-hcmd.o
Tomas Winklerdf48c322008-03-06 10:40:19 -08003
Tomas Winkler712b6cf2008-03-12 16:58:52 -07004ifeq ($(CONFIG_IWLWIFI_DEBUGFS),y)
5 iwlcore-objs += iwl-debugfs.o
6endif
7
Mohamed Abbasab53d8a2008-03-25 16:33:36 -07008ifeq ($(CONFIG_IWLWIFI_LEDS),y)
9 iwlcore-objs += iwl-led.o
10endif
11
Zhu Yib481de92007-09-25 17:54:57 -070012obj-$(CONFIG_IWL3945) += iwl3945.o
13iwl3945-objs = iwl3945-base.o iwl-3945.o iwl-3945-rs.o
Zhu Yib481de92007-09-25 17:54:57 -070014
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070015ifeq ($(CONFIG_IWL3945_LEDS),y)
16 iwl3945-objs += iwl-3945-led.o
17endif
18
19
Zhu Yib481de92007-09-25 17:54:57 -070020obj-$(CONFIG_IWL4965) += iwl4965.o
21iwl4965-objs = iwl4965-base.o iwl-4965.o iwl-4965-rs.o
Mohamed Abbasab53d8a2008-03-25 16:33:36 -070022