Tomas Winkler | d7d3130 | 2008-04-23 03:48:57 -0700 | [diff] [blame] | 1 | obj-$(CONFIG_IWLCORE) += iwlcore.o |
Tomas Winkler | 2a421b9 | 2008-06-12 09:47:10 +0800 | [diff] [blame] | 2 | iwlcore-objs := iwl-core.o iwl-eeprom.o iwl-hcmd.o iwl-power.o |
| 3 | iwlcore-objs += iwl-rx.o iwl-tx.o iwl-sta.o iwl-calib.o |
| 4 | iwlcore-objs += iwl-scan.o |
Reinette Chatre | eadd3c4 | 2008-04-14 21:16:12 -0700 | [diff] [blame] | 5 | iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o |
| 6 | iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o |
| 7 | iwlcore-$(CONFIG_IWLWIFI_RFKILL) += iwl-rfkill.o |
Mohamed Abbas | ad97edd | 2008-03-28 16:21:06 -0700 | [diff] [blame] | 8 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 9 | obj-$(CONFIG_IWL3945) += iwl3945.o |
Reinette Chatre | eadd3c4 | 2008-04-14 21:16:12 -0700 | [diff] [blame] | 10 | iwl3945-objs := iwl3945-base.o iwl-3945.o iwl-3945-rs.o |
| 11 | iwl3945-$(CONFIG_IWL3945_LEDS) += iwl-3945-led.o |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 12 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 13 | obj-$(CONFIG_IWL4965) += iwl4965.o |
Tomas Winkler | 27aaba0 | 2008-05-05 10:22:44 +0800 | [diff] [blame] | 14 | iwl4965-objs := iwl4965-base.o iwl-4965.o iwl-4965-rs.o |
Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 15 | |
Tomas Winkler | 5a6a256 | 2008-04-24 11:55:23 -0700 | [diff] [blame] | 16 | ifeq ($(CONFIG_IWL5000),y) |
| 17 | iwl4965-objs += iwl-5000.o |
| 18 | endif |
| 19 | |
| 20 | |