mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(esp_phy/cmake): initialize embed_files variable
In cmakev2, a component can be evaluated within the context of another component, so it's important to properly initialize each variable used by the component. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
@@ -10,6 +10,8 @@ if(IDF_TARGET STREQUAL "esp32p4")
|
||||
return()
|
||||
endif()
|
||||
|
||||
set(embed_files)
|
||||
|
||||
if(CONFIG_ESP_PHY_ENABLED)
|
||||
|
||||
set(srcs "src/phy_override.c" "src/lib_printf.c" "src/phy_common.c")
|
||||
|
||||
Reference in New Issue
Block a user