mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
fix(nvs_flash): Add encrypted-flash as the dependency in nvs_create_partition_image()
This commit is contained in:
parent
c7f86301e6
commit
f205476ffe
@ -53,6 +53,7 @@ function(nvs_create_partition_image partition csv)
|
||||
if(arg_FLASH_IN_PROJECT)
|
||||
esptool_py_flash_to_partition(flash "${partition}" "${image_file}")
|
||||
add_dependencies(flash nvs_${partition}_bin)
|
||||
add_dependencies(encrypted-flash nvs_${partition}_bin)
|
||||
endif()
|
||||
else()
|
||||
set(message
|
||||
|
Loading…
x
Reference in New Issue
Block a user