diff --git a/include/arch/posix/linker.ld b/include/arch/posix/linker.ld index ef41e52d97c..8221f8b805a 100644 --- a/include/arch/posix/linker.ld +++ b/include/arch/posix/linker.ld @@ -22,14 +22,44 @@ SECTIONS { +/* Located in generated directory. This file is populated by the + * zephyr_linker_sources() Cmake function. + */ +#include + #include +/* Located in generated directory. This file is populated by the + * zephyr_linker_sources() Cmake function. + */ +#include + +/* Located in generated directory. This file is populated by the + * zephyr_linker_sources() Cmake function. + */ +#include + #include +/* Located in generated directory. This file is populated by the + * zephyr_linker_sources() Cmake function. + */ +#include + #include __data_ram_end = .; +/* Located in generated directory. This file is populated by the + * zephyr_linker_sources() Cmake function. + */ +#include + +/* Located in generated directory. This file is populated by the + * zephyr_linker_sources() Cmake function. + */ +#include + } INSERT AFTER .data; /*