1159788592
Move the drivers that use the i82586/i82593/i82596 chipsets into drivers/net/ethernet/i825xx/ and make the necessary Kconfig and Makefile changes. There were 4 3Com drivers which were initially moved into 3com/, which now reside in i825xx since they all used the i82586 chip. CC: Philip Blundell <philb@gnu.org> CC: Russell King <linux@arm.linux.org.uk> CC: <aris@cathedrallabs.org> CC: Donald Becker <becker@scyld.com> CC: Chris Beauregard <cpbeaure@undergrad.math.uwaterloo.ca> CC: Richard Procter <rnp@paradise.net.nz> CC: Andries Brouwer <aeb@cwi.nl> CC: "M.Hipp" <hippm@informatik.uni-tuebingen.de> CC: Richard Hirst <richard@sleepie.demon.co.uk> CC: Sam Creasey <sammy@oh.verio.com> CC: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
11 lines
339 B
Makefile
11 lines
339 B
Makefile
# File: drivers/net/arm/Makefile
|
|
#
|
|
# Makefile for the ARM network device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_ARM_ETHER3) += ether3.o
|
|
obj-$(CONFIG_ARM_AT91_ETHER) += at91_ether.o
|
|
obj-$(CONFIG_ARM_KS8695_ETHER) += ks8695net.o
|
|
obj-$(CONFIG_EP93XX_ETH) += ep93xx_eth.o
|
|
obj-$(CONFIG_IXP4XX_ETH) += ixp4xx_eth.o
|
|
obj-$(CONFIG_W90P910_ETH) += w90p910_ether.o
|