iwlegacy: rename iwl-3945-{rs,debugfs}.c to 3945-{rs,debug}.c
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
parent
f3a1b49d66
commit
ccf5533ec4
3 changed files with 2 additions and 2 deletions
drivers/net/wireless/iwlegacy
|
@ -13,7 +13,7 @@ iwl4965-$(CONFIG_IWLEGACY_DEBUGFS) += 4965-debug.o
|
|||
|
||||
# 3945
|
||||
obj-$(CONFIG_IWL3945) += iwl3945.o
|
||||
iwl3945-objs := 3945-mac.o 3945.o iwl-3945-rs.o
|
||||
iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-3945-debugfs.o
|
||||
iwl3945-objs := 3945-mac.o 3945.o 3945-rs.o
|
||||
iwl3945-$(CONFIG_IWLEGACY_DEBUGFS) += 3945-debug.o
|
||||
|
||||
ccflags-y += -D__CHECK_ENDIAN__
|
||||
|
|
Loading…
Add table
Reference in a new issue