diff options
author | Mark Einon <mark.einon@gmail.com> | 2011-10-20 01:18:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-23 10:03:40 +0200 |
commit | d2796743cba2d30f018e10288effce53fbd53fbe (patch) | |
tree | e2a9ddf8346fc3af57a9f81d0bf722075bac576b /drivers/staging/et131x/Makefile | |
parent | cd8eca6f77108617a8c47a800533f1b78a357a79 (diff) |
staging: et131x: Put all .c files into one big file
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>
Diffstat (limited to 'drivers/staging/et131x/Makefile')
-rw-r--r-- | drivers/staging/et131x/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/et131x/Makefile b/drivers/staging/et131x/Makefile index 5ea0272fc7ad..027ff9453fe1 100644 --- a/drivers/staging/et131x/Makefile +++ b/drivers/staging/et131x/Makefile @@ -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 |