Skip to content

Commit 40846e7

Browse files
committed
Revert "[nrf noup] cmake: multi image build support with IMAGE prefix"
This reverts commit c720d86. Will be applied again after the upmerge. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 26f851d commit 40846e7

File tree

25 files changed

+408
-736
lines changed

25 files changed

+408
-736
lines changed

CMakeLists.txt

Lines changed: 108 additions & 118 deletions
Large diffs are not rendered by default.

arch/arm/core/cortex_m/tz/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(CONFIG_ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS)
2222
# Indicate that the entry veneers library file is created during linking of this firmware.
2323
set_property(
2424
GLOBAL APPEND PROPERTY
25-
${IMAGE}extra_post_build_byproducts
25+
extra_post_build_byproducts
2626
${CMAKE_BINARY_DIR}/${CONFIG_ARM_ENTRY_VENEERS_LIB_NAME}
2727
)
2828
endif()

0 commit comments

Comments
 (0)