mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 19:08:06 +00:00
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
/*
|
|
* Common Device Tree source, used for conditionally pulling in features and
|
|
* additions by the build system.
|
|
*/
|
|
|
|
#ifdef CONFIG_BOOTLOADER_MCUBOOT
|
|
#include "mcuboot.overlay"
|
|
#endif
|