summaryrefslogtreecommitdiff
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-25 18:54:12 +0300
committerTom Rini <trini@konsulko.com>2021-05-25 19:40:16 +0300
commitaee18604e2e7d9ff10a59b54d4a8386e164e2161 (patch)
tree627737c14bbc1e05d7e52240800c2392f83247de /drivers/net/Makefile
parentf25a0c3742cf96714fa34c80370e706d6df9bf66 (diff)
downloadu-boot-aee18604e2e7d9ff10a59b54d4a8386e164e2161.tar.xz
net: Remove ne2000 driver
With the last user of this driver removed, remove the driver. Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
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 2ce89f7e3c..a44a7d3f56 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -56,7 +56,6 @@ obj-$(CONFIG_MVMDIO) += mvmdio.o
obj-$(CONFIG_MVNETA) += mvneta.o
obj-$(CONFIG_MVPP2) += mvpp2.o
obj-$(CONFIG_NATSEMI) += natsemi.o
-obj-$(CONFIG_DRIVER_NE2000) += ne2000.o ne2000_base.o
obj-$(CONFIG_NETCONSOLE) += netconsole.o
obj-$(CONFIG_NS8382X) += ns8382x.o
obj-$(CONFIG_PCH_GBE) += pch_gbe.o