iwlwifi: Add led support
[safe/jmp/linux-2.6] / drivers / net / wireless / iwlwifi / Makefile
1 obj-$(CONFIG_IWLCORE)   += iwlcore.o
2 iwlcore-objs            = iwl-core.o iwl-eeprom.o iwl-hcmd.o
3
4 ifeq ($(CONFIG_IWLWIFI_DEBUGFS),y)
5         iwlcore-objs += iwl-debugfs.o
6 endif
7
8 ifeq ($(CONFIG_IWLWIFI_LEDS),y)
9         iwlcore-objs += iwl-led.o
10 endif
11
12 obj-$(CONFIG_IWL3945)   += iwl3945.o
13 iwl3945-objs            = iwl3945-base.o iwl-3945.o iwl-3945-rs.o
14
15 ifeq ($(CONFIG_IWL3945_LEDS),y)
16         iwl3945-objs += iwl-3945-led.o
17 endif
18
19
20 obj-$(CONFIG_IWL4965)   += iwl4965.o
21 iwl4965-objs            = iwl4965-base.o iwl-4965.o iwl-4965-rs.o
22