Linux-libre 5.7.3-gnu
[librecmc/linux-libre.git] / drivers / net / wireless / intel / iwlegacy / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_IWLEGACY)  += iwlegacy.o
3 iwlegacy-objs           := common.o
4 iwlegacy-$(CONFIG_IWLEGACY_DEBUGFS) += debug.o
5
6 iwlegacy-objs += $(iwlegacy-m)
7
8 # 4965
9 obj-$(CONFIG_IWL4965)   += iwl4965.o
10 iwl4965-objs            := 4965.o 4965-mac.o 4965-rs.o 4965-calib.o
11 iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
12
13 # 3945
14 obj-$(CONFIG_IWL3945)   += iwl3945.o
15 iwl3945-objs            := 3945-mac.o 3945.o 3945-rs.o
16 iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o