iwlegacy: rename iwl-4965-{rs,calib,debugfs}.c to 4965-{rs,calib,debug}.c
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
parent
fcb74588dc
commit
f3a1b49d66
4 changed files with 2 additions and 3 deletions
|
@ -8,9 +8,8 @@ iwl-legacy-objs += $(iwl-legacy-m)
|
|||
|
||||
# 4965
|
||||
obj-$(CONFIG_IWL4965) += iwl4965.o
|
||||
iwl4965-objs := 4965.o 4965-mac.o iwl-4965-rs.o
|
||||
iwl4965-objs += iwl-4965-calib.o
|
||||
iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-4965-debugfs.o
|
||||
iwl4965-objs := 4965.o 4965-mac.o 4965-rs.o 4965-calib.o
|
||||
iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
|
||||
|
||||
# 3945
|
||||
obj-$(CONFIG_IWL3945) += iwl3945.o
|
||||
|
|
Loading…
Reference in a new issue