blob: 78093250d233bf4c1518c5a68c0cfc289e4613be [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# The contents of this file is based on include/zephyr/linker/common-noinit.ld
# Please keep in sync
zephyr_linker_section(NAME .noinit GROUP NOINIT_REGION TYPE NOLOAD NOINIT)
if(CONFIG_USERSPACE)
zephyr_linker_section_configure(
SECTION .noinit
INPUT ".user_stacks*"
SYMBOLS z_user_stacks_start z_user_stacks_end)
endif()
# TODO: #include <snippets-noinit.ld>
include(${COMMON_ZEPHYR_LINKER_DIR}/kobject-priv-stacks.cmake)