Skip to content

Commit a4db98d

Browse files
committed
[nrf fromlist] cmake: Fix TINYCBOR in a multi-image context
Fix the TINYCBOR build scripts to work with multi-image. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 1b930a9 commit a4db98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if(CONFIG_MCUBOOT_SERIAL)
164164

165165
zephyr_link_libraries_ifdef(
166166
CONFIG_TINYCBOR
167-
TINYCBOR
167+
${IMAGE}TINYCBOR
168168
)
169169

170170
zephyr_include_directories_ifdef(

0 commit comments

Comments
 (0)