Home
last modified time | relevance | path

Searched refs:BANNER_VERSION (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/kernel/
Dbanner.c19 #ifndef BANNER_VERSION
21 #define BANNER_VERSION STRINGIFY(BUILD_VERSION) macro
23 #define BANNER_VERSION KERNEL_VERSION_STRING macro
35 printk("*** " CONFIG_BOOT_BANNER_STRING " " BANNER_VERSION BANNER_POSTFIX " ***\n"); in boot_banner()