Skip to content

Commit

Permalink
staging: et131x: Put all .c files into one big file
Browse files Browse the repository at this point in the history
Created one big .c file for the driver, moving the contents of all
driver .c files into it.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Oct 23, 2011
1 parent cd8eca6 commit d279674
Show file tree
Hide file tree
Showing 13 changed files with 5,102 additions and 5,862 deletions.
11 changes: 0 additions & 11 deletions drivers/staging/et131x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,3 @@
#

obj-$(CONFIG_ET131X) += et131x.o

et131x-y := et1310_eeprom.o \
et1310_mac.o \
et1310_phy.o \
et1310_pm.o \
et1310_rx.o \
et1310_tx.o \
et131x_initpci.o \
et131x_ethtool.o \
et131x_isr.o \
et131x_netdev.o
Loading

0 comments on commit d279674

Please sign in to comment.