diff options
| author | Tom Rini <[email protected]> | 2022-03-31 13:46:48 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-08 10:46:22 -0400 |
| commit | 2e808fadf6b2f9edd39c8994d06d341f856cf85c (patch) | |
| tree | 387ff3450ddb8581264dae81b1c53aa8aeeaeed1 /drivers/net/Makefile | |
| parent | acae10dc3ea3a189cab5b98d8539d90533f58d64 (diff) | |
net: Remove ftmac110 driver
This driver is not enabled by any board and not converted to DM_ETH.
Remove.
Signed-off-by: Tom Rini <[email protected]>
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 1fcd1b2d0b8..4c4fe9b0b39 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -43,7 +43,6 @@ obj-$(CONFIG_FSL_MEMAC) += fm/memac_phy.o obj-$(CONFIG_FSL_PFE) += pfe_eth/ obj-$(CONFIG_FTGMAC100) += ftgmac100.o obj-$(CONFIG_FTMAC100) += ftmac100.o -obj-$(CONFIG_FTMAC110) += ftmac110.o obj-$(CONFIG_GMAC_ROCKCHIP) += gmac_rockchip.o obj-$(CONFIG_HIGMACV300_ETH) += higmacv300.o obj-$(CONFIG_KS8851_MLL) += ks8851_mll.o |
