| Tomas Winkler | d7d3130 | 2008-04-23 03:48:57 -0700 | [diff] [blame^] | 1 | obj-$(CONFIG_IWLCORE)	+= iwlcore.o | 
| Reinette Chatre | eadd3c4 | 2008-04-14 21:16:12 -0700 | [diff] [blame] | 2 | iwlcore-objs 		:= iwl-core.o iwl-eeprom.o iwl-hcmd.o | 
|  | 3 | iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o | 
|  | 4 | iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o | 
|  | 5 | iwlcore-$(CONFIG_IWLWIFI_RFKILL) += iwl-rfkill.o | 
| Mohamed Abbas | ad97edd | 2008-03-28 16:21:06 -0700 | [diff] [blame] | 6 |  | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_IWL3945)	+= iwl3945.o | 
| Reinette Chatre | eadd3c4 | 2008-04-14 21:16:12 -0700 | [diff] [blame] | 8 | iwl3945-objs		:= iwl3945-base.o iwl-3945.o iwl-3945-rs.o | 
|  | 9 | iwl3945-$(CONFIG_IWL3945_LEDS) += iwl-3945-led.o | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 10 |  | 
| Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 11 | obj-$(CONFIG_IWL4965)	+= iwl4965.o | 
| Reinette Chatre | eadd3c4 | 2008-04-14 21:16:12 -0700 | [diff] [blame] | 12 | iwl4965-objs		:= iwl4965-base.o iwl-4965.o iwl-4965-rs.o iwl-sta.o | 
| Mohamed Abbas | ab53d8a | 2008-03-25 16:33:36 -0700 | [diff] [blame] | 13 |  |