Merge branch 'bugfix/encrypted-flash-dependency' into 'master'

Missing dependency for idf.py 'encrypted-flash' target

Closes IDFGH-5766

See merge request espressif/esp-idf!15036
pull/7518/head
Mahavir Jain 2021-09-01 15:02:17 +00:00
commit e93cee4605
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,7 @@ if(NOT BOOTLOADER_BUILD)
add_custom_target(blank_ota_data ALL DEPENDS ${blank_otadata_file})
add_dependencies(flash blank_ota_data)
add_dependencies(encrypted-flash blank_ota_data)
set(otatool_py ${python} ${COMPONENT_DIR}/otatool.py)