iwlwifi: do not register bands with no supported channels
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / Makefile
CommitLineData
df48c323 1obj-$(CONFIG_IWLCORE) += iwlcore.o
857485c0 2iwlcore-objs = iwl-core.o iwl-eeprom.o iwl-hcmd.o
df48c323 3
712b6cf5
TW
4ifeq ($(CONFIG_IWLWIFI_DEBUGFS),y)
5 iwlcore-objs += iwl-debugfs.o
6endif
7
b481de9c
ZY
8obj-$(CONFIG_IWL3945) += iwl3945.o
9iwl3945-objs = iwl3945-base.o iwl-3945.o iwl-3945-rs.o
b481de9c
ZY
10
11obj-$(CONFIG_IWL4965) += iwl4965.o
12iwl4965-objs = iwl4965-base.o iwl-4965.o iwl-4965-rs.o
This page took 0.173531 seconds and 5 git commands to generate.