blob: 164e641cc0f88ba18d537291d1dabc010e0e2423 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_linker_sources(
RAM_SECTIONS
SORT_KEY 0
intvect_reserved.ld
)
zephyr_library()
zephyr_library_sources(soc.c)
zephyr_include_directories(.)
zephyr_library_sources_ifdef(CONFIG_PM power.c)
set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")