aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sxg/Makefile
diff options
context:
space:
mode:
authorMithlesh Thukral <mithlesh@linsyssoft.com>2009-01-19 20:22:34 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:10 -0700
commit371d7a9e6f0486fb814582c46785fdb147d7215e (patch)
treefe19ba9cf929af7e05869140777529f5b9308343 /drivers/staging/sxg/Makefile
parentd0128aa9dc8a19a403cb35b5d3a6ded7210eb921 (diff)
Staging: sxg: Ethtool framework and Receive code path changes
* Add Ethtool framework to driver * Makefile changes to fix build redundancy. * Fix ups to error code paths in receieve buffer allocation as well as receive code path. * Read MAC address from FLASH/EEPROM Signed-off-by: LinSysSoft Sahara Team <saharaproj@linsyssoft.com> Signed-off-by: Christopher Harrer <charrer@alacritech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sxg/Makefile')
-rw-r--r--drivers/staging/sxg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/sxg/Makefile b/drivers/staging/sxg/Makefile
index ec48faa7b3e..8e053222c2a 100644
--- a/drivers/staging/sxg/Makefile
+++ b/drivers/staging/sxg/Makefile
@@ -1 +1,3 @@
-obj-$(CONFIG_SXG) += sxg.o
+obj-$(CONFIG_SXG) += sxg_nic.o
+
+sxg_nic-y := sxg.o sxg_ethtool.o