diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-15 12:18:21 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 09:21:43 +0200 |
commit | 9e13fbf7af3cb044f365e8df9c0e9277715cfc7c (patch) | |
tree | 9093489bce7301d1d58bdfa7d7142ba9fb83e49a /drivers/net/arm/Makefile | |
parent | ioc3-eth/meth: Move the SGI drivers (diff) | |
download | linux-9e13fbf7af3cb044f365e8df9c0e9277715cfc7c.tar.xz linux-9e13fbf7af3cb044f365e8df9c0e9277715cfc7c.zip |
seeq: Move the SEEQ drivers
Move the drivers that use SEEQ chipset into drivers/net/ethernet/seeq
and make the necessary Kconfig and Makefile changes.
CC: Russell King <linux@arm.linux.org.uk>
CC: Hamish Coleman <hamish@zot.apana.org.au>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/arm/Makefile')
-rw-r--r-- | drivers/net/arm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/arm/Makefile b/drivers/net/arm/Makefile index 5a0f14196cb9..a2532e6d7df5 100644 --- a/drivers/net/arm/Makefile +++ b/drivers/net/arm/Makefile @@ -3,7 +3,6 @@ # 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 |