mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f14a6cf51b
esp32 has EMAC controller, but esp32s2 doesn't
10 lines
133 B
Makefile
10 lines
133 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
ifdef CONFIG_IDF_TARGET_ESP32
|
|
COMPONENT_SRCDIRS := . eth_phy
|
|
else
|
|
COMPONENT_CONFIG_ONLY := 1
|
|
endif
|