iwlwifi: HW dependent run time calibration
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Makefile
CommitLineData
d7d31300 1obj-$(CONFIG_IWLCORE) += iwlcore.o
eadd3c4b
RC
2iwlcore-objs := iwl-core.o iwl-eeprom.o iwl-hcmd.o
3iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o
4iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o
5iwlcore-$(CONFIG_IWLWIFI_RFKILL) += iwl-rfkill.o
f0832f13 6iwlcore-$(CONFIG_IWLWIFI_RUN_TIME_CALIB) += iwl-calib.o
ad97edd2 7
b481de9c 8obj-$(CONFIG_IWL3945) += iwl3945.o
eadd3c4b
RC
9iwl3945-objs := iwl3945-base.o iwl-3945.o iwl-3945-rs.o
10iwl3945-$(CONFIG_IWL3945_LEDS) += iwl-3945-led.o
ab53d8af 11
b481de9c 12obj-$(CONFIG_IWL4965) += iwl4965.o
eadd3c4b 13iwl4965-objs := iwl4965-base.o iwl-4965.o iwl-4965-rs.o iwl-sta.o
ab53d8af 14
This page took 0.14092 seconds and 5 git commands to generate.