diff --git a/soc/xtensa/esp32/linker.ld b/soc/xtensa/esp32/linker.ld index a11ed041b93f8..6dd03e5f373e3 100644 --- a/soc/xtensa/esp32/linker.ld +++ b/soc/xtensa/esp32/linker.ld @@ -319,6 +319,11 @@ _net_buf_pool_list = _esp_net_buf_pool_list; Z_LINK_ITERABLE_ALIGNED(tracing_backend, 4) + /* Located in generated directory. This file is populated by the + * zephyr_linker_sources() Cmake function. + */ + #include + __esp_shell_root_cmds_start = .; KEEP(*(SORT(.shell_root_cmd_*))); __esp_shell_root_cmds_end = .;