Skip to content

Commit c225b35

Browse files
committed
cmake: flash_metadata: remove duplicate custom command depends
Remove a duplicate custom command dependency item. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent 57d5b68 commit c225b35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/flash_metadata.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ if(CONFIG_BOOT_FIRMWARE_LOADER)
3636
${CMAKE_BINARY_DIR}/../softdevice.signed.hex
3737
${sysbuild_dir}/flash_metadata.hex
3838
DEPENDS
39-
${ZEPHYR_BINARY_DIR}/${KERNEL_NAME}.hex
4039
flash_metadata_generation
4140
signed_softdevice_target
4241
${ZEPHYR_BINARY_DIR}/${KERNEL_NAME}.hex

0 commit comments

Comments
 (0)