Skip to content

Commit bd2760a

Browse files
billwatersiiihenrikbrixandersen
authored andcommitted
boards: infineon: kit_pse84_eval: cmake fix
Fix to the .hex file path. This was breaking twister runs. Signed-off-by: Bill Waters <[email protected]>
1 parent fd51dde commit bd2760a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/infineon/kit_pse84_eval/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
1717

1818
if(CONFIG_CPU_CORTEX_M33 AND CONFIG_TRUSTED_EXECUTION_SECURE)
1919
set_property(TARGET runners_yaml_props_target
20-
PROPERTY hex_file ${ZEPHYR_BINARY_DIR}/${KERNEL_NAME}.signed.hex)
20+
PROPERTY hex_file ${KERNEL_NAME}.signed.hex)
2121
endif()

0 commit comments

Comments
 (0)