From f205476ffe9b25fa28bb4d76b2f4f6daf21063e5 Mon Sep 17 00:00:00 2001 From: "harshal.patil" Date: Tue, 7 Jan 2025 17:04:02 +0530 Subject: [PATCH] fix(nvs_flash): Add encrypted-flash as the dependency in nvs_create_partition_image() --- components/nvs_flash/project_include.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/components/nvs_flash/project_include.cmake b/components/nvs_flash/project_include.cmake index a427c1ed01..b465024a2b 100644 --- a/components/nvs_flash/project_include.cmake +++ b/components/nvs_flash/project_include.cmake @@ -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