]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/net/wireless/iwlwifi/Makefile
mac80211: use hardware flags for signal/noise units
[mirror_ubuntu-bionic-kernel.git] / drivers / net / wireless / iwlwifi / Makefile
CommitLineData
d7d31300 1obj-$(CONFIG_IWLCORE) += iwlcore.o
5da4b55f 2iwlcore-objs := iwl-core.o iwl-eeprom.o iwl-hcmd.o iwl-power.o
27aaba0c 3iwlcore-objs += iwl-rx.o iwl-tx.o iwl-sta.o
eadd3c4b
RC
4iwlcore-$(CONFIG_IWLWIFI_DEBUGFS) += iwl-debugfs.o
5iwlcore-$(CONFIG_IWLWIFI_LEDS) += iwl-led.o
6iwlcore-$(CONFIG_IWLWIFI_RFKILL) += iwl-rfkill.o
f0832f13 7iwlcore-$(CONFIG_IWLWIFI_RUN_TIME_CALIB) += iwl-calib.o
ad97edd2 8
b481de9c 9obj-$(CONFIG_IWL3945) += iwl3945.o
eadd3c4b
RC
10iwl3945-objs := iwl3945-base.o iwl-3945.o iwl-3945-rs.o
11iwl3945-$(CONFIG_IWL3945_LEDS) += iwl-3945-led.o
ab53d8af 12
b481de9c 13obj-$(CONFIG_IWL4965) += iwl4965.o
27aaba0c 14iwl4965-objs := iwl4965-base.o iwl-4965.o iwl-4965-rs.o
ab53d8af 15
5a6a256e
TW
16ifeq ($(CONFIG_IWL5000),y)
17 iwl4965-objs += iwl-5000.o
18endif
19
20