summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-26 00:17:15 +0000
committerStefano Babic <sbabic@denx.de>2011-11-22 08:39:25 +0100
commit2cc8b5c0e83a120bf80a8ac33e2d3825e2fd30a7 (patch)
treed2a91a5a0e97e239a1fd4f07f53a67b2a6b2e786 /drivers/net/Makefile
parent79afc88d2ccfd78fa8735719bb2648dac3c686b6 (diff)
downloadtalos-obmc-uboot-2cc8b5c0e83a120bf80a8ac33e2d3825e2fd30a7.tar.gz
talos-obmc-uboot-2cc8b5c0e83a120bf80a8ac33e2d3825e2fd30a7.zip
net: rtl8109: drop unused !NET_MULTI driver
No one uses this driver, and it isn't converted to the NET_MULTI framework (which we dropped recently), so drop this driver too. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 15eee8d8c4..d3df82ee39 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -63,7 +63,6 @@ COBJS-$(CONFIG_NETCONSOLE) += netconsole.o
COBJS-$(CONFIG_NS8382X) += ns8382x.o
COBJS-$(CONFIG_PCNET) += pcnet.o
COBJS-$(CONFIG_PLB2800_ETHER) += plb2800_eth.o
-COBJS-$(CONFIG_DRIVER_RTL8019) += rtl8019.o
COBJS-$(CONFIG_RTL8139) += rtl8139.o
COBJS-$(CONFIG_RTL8169) += rtl8169.o
COBJS-$(CONFIG_SH_ETHER) += sh_eth.o
OpenPOWER on IntegriCloud