diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-16 16:04:09 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-23 23:34:20 +0200 |
commit | ae6edb54c0817346b2ccc31e2834931fa88b270f (patch) | |
tree | d1f31d0f8d09ce52caf1e93ca191cc113f99d681 /drivers/net/Makefile | |
parent | 9d256b67f6978c934e737e42245c150e8837fafb (diff) | |
download | u-boot-imx-ae6edb54c0817346b2ccc31e2834931fa88b270f.zip u-boot-imx-ae6edb54c0817346b2ccc31e2834931fa88b270f.tar.gz u-boot-imx-ae6edb54c0817346b2ccc31e2834931fa88b270f.tar.bz2 |
net: enc28j60_lpc2292: drop unused !NET_MULTI driver
Everyone seems to have converted to the new enc28j60 driver, so drop
this older one which isn't used and doesn't support NET_MULTI.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 3f4f974..d075ba5 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -40,7 +40,6 @@ COBJS-$(CONFIG_DNET) += dnet.o COBJS-$(CONFIG_E1000) += e1000.o COBJS-$(CONFIG_EEPRO100) += eepro100.o COBJS-$(CONFIG_ENC28J60) += enc28j60.o -COBJS-$(CONFIG_ENC28J60_LPC2292) += enc28j60_lpc2292.o COBJS-$(CONFIG_EP93XX) += ep93xx_eth.o COBJS-$(CONFIG_ETHOC) += ethoc.o COBJS-$(CONFIG_FEC_MXC) += fec_mxc.o |