Moves the drivers for the National Semi-conductor 8390 chipset into drivers/net/ethernet/8390/ and the necessary Kconfig and Makefile changes. CC: Donald Becker <becker@scyld.com> CC: Paul Gortmaker <paul.gortmaker@windriver.com> CC: Alain Malek <alain.malek@cryogen.com> CC: Peter De Schrijver <p2@mind.be> CC: "David Huggins-Daines" <dhd@debian.org> CC: Wim Dumon <wimpie@kotnet.org> CC: Yoshinori Sato <ysato@users.sourceforge.jp> CC: David Hinds <dahinds@users.sourceforge.net> CC: Russell King <linux@arm.linux.org.uk> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
13 lines
376 B
Makefile
13 lines
376 B
Makefile
# File: drivers/net/arm/Makefile
|
|
#
|
|
# Makefile for the ARM network device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_ARM_ETHER3) += ether3.o
|
|
obj-$(CONFIG_ARM_ETHER1) += ether1.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
|