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 /examples/standalone/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 'examples/standalone/Makefile')
| -rw-r--r-- | examples/standalone/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index d4be0c7350d..5b48a9d43c6 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -4,7 +4,6 @@ # Wolfgang Denk, DENX Software Engineering, [email protected]. extra-y := hello_world -extra-$(CONFIG_SMC91111) += smc91111_eeprom extra-$(CONFIG_SPI_FLASH_ATMEL) += atmel_df_pow2 extra-$(CONFIG_PPC) += sched |
