Skip to content

Commit

Permalink
iwlegacy: merge common .c files
Browse files Browse the repository at this point in the history
Merge iwl-{tx,rx,sta,scan,power,eeprom,led,hcmd}.c into common.c .

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent 4ed4791 commit 0cdc213
Show file tree
Hide file tree
Showing 9 changed files with 3,147 additions and 2,678 deletions.
4 changes: 1 addition & 3 deletions drivers/net/wireless/iwlegacy/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
obj-$(CONFIG_IWLEGACY) += iwl-legacy.o
iwl-legacy-objs := common.o iwl-eeprom.o iwl-hcmd.o iwl-power.o
iwl-legacy-objs += iwl-rx.o iwl-tx.o iwl-sta.o
iwl-legacy-objs += iwl-scan.o iwl-led.o
iwl-legacy-objs := common.o
iwl-legacy-$(CONFIG_IWLEGACY_DEBUGFS) += iwl-debugfs.o

iwl-legacy-objs += $(iwl-legacy-m)
Expand Down
Loading

0 comments on commit 0cdc213

Please sign in to comment.