Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion boot/bootutil/zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright (c) 2020 Nordic Semiconductor ASA
# Copyright (c) 2022 Legrand North America, LLC.
#
# SPDX-License-Identifier: Apache-2.0

if(CONFIG_MCUBOOT_BOOTUTIL_LIB)

zephyr_interface_library_named(MCUBOOT_BOOTUTIL)

target_include_directories(MCUBOOT_BOOTUTIL INTERFACE
zephyr_include_directories(MCUBOOT_BOOTUTIL INTERFACE
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the repartitioned build system couldn't see this otherwise, and this is a zephyr-specific build file.

../
../include
../../zephyr/include
Expand Down
Loading