We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d3c90 commit 08fe171Copy full SHA for 08fe171
esp32/Makefile
@@ -201,7 +201,7 @@ ESPIDF_ESP32_O = $(addprefix $(ESPCOMP)/esp32/,\
201
intr_alloc.o \
202
)
203
204
-ESPIDF_ETHERNET_O = $(addprefix $(ESPIDF)/components/ethernet/,\
+ESPIDF_ETHERNET_O = $(addprefix $(ESPCOMP)/ethernet/,\
205
emac_dev.o \
206
emac_main.o \
207
@@ -376,7 +376,7 @@ ESPIDF_LWIP_O = $(addprefix $(ESPCOMP)/lwip/,\
376
netif/ethernetif.o \
377
port/freertos/sys_arch.o \
378
port/netif/wlanif.o \
379
- port/netif/ethernetif.o \
+ port/netif/ethernetif.o \
380
381
382
ESPIDF_MBEDTLS_O = $(addprefix $(ESPCOMP)/mbedtls/,\
0 commit comments