Skip to content

Commit

Permalink
zephyr: prefix generated header path with zephyr/
Browse files Browse the repository at this point in the history
Update the include path of generated headers.

Signed-off-by: Yong Cong Sin <[email protected]>
  • Loading branch information
ycsin authored and nordicjm committed Aug 21, 2024
1 parent 334d2c2 commit aa1f956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boot/zephyr/include/mcuboot_config/mcuboot_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
#endif

#if defined(MCUBOOT_DATA_SHARING) && defined(ZEPHYR_VER_INCLUDE)
#include <app_version.h>
#include <zephyr/app_version.h>

#define MCUBOOT_VERSION_AVAILABLE
#define MCUBOOT_VERSION_MAJOR APP_VERSION_MAJOR
Expand Down
4 changes: 2 additions & 2 deletions boot/zephyr/kernel/banner.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include <zephyr/kernel.h>
#include <zephyr/init.h>
#include <zephyr/device.h>
#include <version.h>
#include <app_version.h>
#include <zephyr/version.h>
#include <zephyr/app_version.h>

#if defined(CONFIG_BOOT_DELAY) && (CONFIG_BOOT_DELAY > 0)
#define DELAY_STR STRINGIFY(CONFIG_BOOT_DELAY)
Expand Down

0 comments on commit aa1f956

Please sign in to comment.