i2c: gpio: fault-injector: refactor incomplete transfer
[linux/fpc-iii.git] / drivers / net / wireless / intel / iwlegacy / Makefile
blobc5ad0453b3341f80ab034b633123ba6a6c6818a6
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
6 iwlegacy-objs += $(iwlegacy-m)
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
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