mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Missing dependency for idf.py 'encrypted-flash' target
This commit is contained in:
parent
f65c8249af
commit
6672862db8
@ -46,6 +46,7 @@ if(NOT BOOTLOADER_BUILD)
|
|||||||
|
|
||||||
add_custom_target(blank_ota_data ALL DEPENDS ${blank_otadata_file})
|
add_custom_target(blank_ota_data ALL DEPENDS ${blank_otadata_file})
|
||||||
add_dependencies(flash blank_ota_data)
|
add_dependencies(flash blank_ota_data)
|
||||||
|
add_dependencies(encrypted-flash blank_ota_data)
|
||||||
|
|
||||||
set(otatool_py ${python} ${COMPONENT_DIR}/otatool.py)
|
set(otatool_py ${python} ${COMPONENT_DIR}/otatool.py)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user