diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-13 11:43:49 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 06:40:44 -0400 |
commit | 8c7de408fd2caa11b8b3a1ed8a1b141ce127ad4e (patch) | |
tree | 19886abfa361eebc0113143263e593909b88b259 /drivers/net/Makefile | |
parent | 4c78893b3d107e2a053c8f51c526510857c09858 (diff) |
sis*: Move the Silicon Integrated Systems (SiS) drivers
Move the SiS drivers into drivers/net/ethernet/sis/ and make the
necessary Kconfig and Makefile changes
CC: Daniele Venzano <venza@brownhat.org>
CC: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 275ed4a548ae..3b14f1a2aa53 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -24,8 +24,6 @@ obj-$(CONFIG_PLIP) += plip.o | |||
24 | obj-$(CONFIG_ROADRUNNER) += rrunner.o | 24 | obj-$(CONFIG_ROADRUNNER) += rrunner.o |
25 | 25 | ||
26 | obj-$(CONFIG_TLAN) += tlan.o | 26 | obj-$(CONFIG_TLAN) += tlan.o |
27 | obj-$(CONFIG_SIS190) += sis190.o | ||
28 | obj-$(CONFIG_SIS900) += sis900.o | ||
29 | obj-$(CONFIG_R6040) += r6040.o | 27 | obj-$(CONFIG_R6040) += r6040.o |
30 | obj-$(CONFIG_YELLOWFIN) += yellowfin.o | 28 | obj-$(CONFIG_YELLOWFIN) += yellowfin.o |
31 | obj-$(CONFIG_FEALNX) += fealnx.o | 29 | obj-$(CONFIG_FEALNX) += fealnx.o |