diff options
| author | Tom Rini <[email protected]> | 2022-08-02 07:33:35 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-12 16:10:50 -0400 |
| commit | ecf1d2741d95f5f84e31dc1d0bef149d8ff1f0a3 (patch) | |
| tree | d45e8d2bc7f27f0f42206c26ca5ee36cd54bf708 /drivers/net/Makefile | |
| parent | 08f80184a917077e8ebb7c7646d78eafae921982 (diff) | |
net: Remove smc91111 ethernet driver
This driver has not been converted to DM_ETH. The migration deadline
passed 2 years ago.
Cc: Linus Walleij <[email protected]>
Cc: David Feng <[email protected]>
Cc: Liviu Dudau <[email protected]>
Cc: Andre Przywara <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Ramon Fried <[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 054ec68470d..7b550635279 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -79,7 +79,6 @@ obj-$(CONFIG_RTL8139) += rtl8139.o obj-$(CONFIG_RTL8169) += rtl8169.o obj-$(CONFIG_SH_ETHER) += sh_eth.o obj-$(CONFIG_SJA1105) += sja1105.o -obj-$(CONFIG_SMC91111) += smc91111.o obj-$(CONFIG_SMC911X) += smc911x.o obj-$(CONFIG_SNI_AVE) += sni_ave.o obj-$(CONFIG_SNI_NETSEC) += sni_netsec.o |
