aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorTom Rini2022-03-31 13:46:46 -0400
committerTom Rini2022-04-08 10:46:22 -0400
commitf693a921a3d8b8543dcd51927d8a069fc75fe39c (patch)
treed2e67e8215b95c56f1a9845e5f5e1f96e531529e /drivers/net/Makefile
parent122126adbd2eb6c72813b4c7641e4f8eb07ea0cf (diff)
net: Remove cs8900 driver
This driver is not enabled by any board and not converted to DM_ETH. Remove. 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 1d753bb7c20..967f82c5157 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -15,7 +15,6 @@ obj-$(CONFIG_BCM_SF2_ETH_GMAC) += bcm-sf2-eth-gmac.o
obj-$(CONFIG_BNXT_ETH) += bnxt/
obj-$(CONFIG_CALXEDA_XGMAC) += calxedaxgmac.o
obj-$(CONFIG_CORTINA_NI_ENET) += cortina_ni.o
-obj-$(CONFIG_CS8900) += cs8900.o
obj-$(CONFIG_DM_ETH_PHY) += eth-phy-uclass.o
obj-$(CONFIG_DNET) += dnet.o
obj-$(CONFIG_DRIVER_DM9000) += dm9000x.o