Skip to content

Commit aa1f956

Browse files
ycsinnordicjm
authored andcommitted
zephyr: prefix generated header path with zephyr/
Update the include path of generated headers. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent 334d2c2 commit aa1f956

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boot/zephyr/include/mcuboot_config/mcuboot_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
#endif
296296

297297
#if defined(MCUBOOT_DATA_SHARING) && defined(ZEPHYR_VER_INCLUDE)
298-
#include <app_version.h>
298+
#include <zephyr/app_version.h>
299299

300300
#define MCUBOOT_VERSION_AVAILABLE
301301
#define MCUBOOT_VERSION_MAJOR APP_VERSION_MAJOR

boot/zephyr/kernel/banner.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include <zephyr/kernel.h>
99
#include <zephyr/init.h>
1010
#include <zephyr/device.h>
11-
#include <version.h>
12-
#include <app_version.h>
11+
#include <zephyr/version.h>
12+
#include <zephyr/app_version.h>
1313

1414
#if defined(CONFIG_BOOT_DELAY) && (CONFIG_BOOT_DELAY > 0)
1515
#define DELAY_STR STRINGIFY(CONFIG_BOOT_DELAY)

0 commit comments

Comments
 (0)