Skip to content

Commit

Permalink
[nrf toup] cmake: IMAGEify extra_post_build_byproducts
Browse files Browse the repository at this point in the history
To make SPM + app work properly.

Signed-off-by: Øyvind Rønningstad <[email protected]>
(cherry picked from commit 48084a9)
  • Loading branch information
oyvindronningstad authored and mbolivar-nordic committed Jul 12, 2019
1 parent 11148f3 commit 0b31f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/core/cortex_m/tz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if(CONFIG_ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS)
# Indicate that the entry veneers library file is created during linking of this firmware.
set_property(
GLOBAL APPEND PROPERTY
extra_post_build_byproducts
${IMAGE}extra_post_build_byproducts
${CMAKE_BINARY_DIR}/${CONFIG_ARM_ENTRY_VENEERS_LIB_NAME}
)
endif()
Expand Down

0 comments on commit 0b31f6a

Please sign in to comment.