Skip to content

Commit

Permalink
iwlegacy: rename iwl-4965-{rs,calib,debugfs}.c to 4965-{rs,calib,debu…
Browse files Browse the repository at this point in the history
…g}.c

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent fcb7458 commit f3a1b49
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions drivers/net/wireless/iwlegacy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3a1b49

Please sign in to comment.