Skip to content

Commit edc8dc6

Browse files
committed
[nrf toup] cmake: Align with renaming kernel_elf to zephyr_final
Upstream changed the name of 'kernel_elf' to 'zephyr_final', in this commit we do the same renaming. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 4b91989 commit edc8dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(CONFIG_BOOTLOADER_MCUBOOT)
2727
set(to_sign_hex
2828
$<IF:${sign_merged},${merged_hex_file},${PROJECT_BINARY_DIR}/${KERNEL_HEX_NAME}>)
2929
set(sign_depends
30-
$<IF:${sign_merged},${merged_hex_file_depends},kernel_elf>)
30+
$<IF:${sign_merged},${merged_hex_file_depends},zephyr_final>)
3131
set(sign_cmd
3232
${PYTHON_EXECUTABLE}
3333
${MCUBOOT_BASE}/scripts/imgtool.py

0 commit comments

Comments
 (0)