mirror of
https://github.com/espressif/esp-idf
synced 2025-03-20 06:29:11 -04:00
4 lines
148 B
CMake
4 lines
148 B
CMake
idf_component_register(SRCS "ethernet_init.c"
|
|
PRIV_REQUIRES esp_driver_gpio esp_eth
|
|
INCLUDE_DIRS ".")
|