blob: 6be8012a1743ea3341d99966ab66e147bb3c5e3b [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
Zhu Yib481de92007-09-25 17:54:57 -07008obj-$(CONFIG_IWL3945) += iwl3945.o
9iwl3945-objs = iwl3945-base.o iwl-3945.o iwl-3945-rs.o
Zhu Yib481de92007-09-25 17:54:57 -070010
11obj-$(CONFIG_IWL4965) += iwl4965.o
12iwl4965-objs = iwl4965-base.o iwl-4965.o iwl-4965-rs.o