iwlwifi: removes the RUN_TIME_CALIB ifdef
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Makefile
1 obj-$(CONFIG_IWLCORE) += iwlcore.o
2 iwlcore-objs := iwl-core.o iwl-eeprom.o iwl-hcmd.o iwl-power.o iwl-calib.o
3 iwlcore-objs += iwl-rx.o iwl-tx.o iwl-sta.o
4 iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o
5 iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o
6 iwlcore-$(CONFIG_IWLWIFI_RFKILL) += iwl-rfkill.o
7
8 obj-$(CONFIG_IWL3945) += iwl3945.o
9 iwl3945-objs := iwl3945-base.o iwl-3945.o iwl-3945-rs.o
10 iwl3945-$(CONFIG_IWL3945_LEDS) += iwl-3945-led.o
11
12 obj-$(CONFIG_IWL4965) += iwl4965.o
13 iwl4965-objs := iwl4965-base.o iwl-4965.o iwl-4965-rs.o
14
15 ifeq ($(CONFIG_IWL5000),y)
16 iwl4965-objs += iwl-5000.o
17 endif
18
19
This page took 0.029687 seconds and 5 git commands to generate.