diff options
| author | Tom Rini <[email protected]> | 2022-03-31 13:46:45 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-08 10:46:22 -0400 |
| commit | 122126adbd2eb6c72813b4c7641e4f8eb07ea0cf (patch) | |
| tree | 9ec2d4601f4399d1bf7a13a1ec1dfd24d19306d7 /drivers/net/Makefile | |
| parent | 53b666b76fd05cc863d935998f5867be960737d3 (diff) | |
net: Remove ax88180 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 b57149b3399..1d753bb7c20 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -18,7 +18,6 @@ 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_AX88180) += ax88180.o obj-$(CONFIG_DRIVER_DM9000) += dm9000x.o obj-$(CONFIG_DSA_SANDBOX) += dsa_sandbox.o obj-$(CONFIG_DWC_ETH_QOS) += dwc_eth_qos.o |
