1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_linker_sources(
4  RAM_SECTIONS
5  SORT_KEY 0
6  intvect_reserved.ld
7)
8zephyr_library()
9zephyr_library_sources(soc.c)
10zephyr_include_directories(.)
11zephyr_library_sources_ifdef(CONFIG_PM power.c)
12
13set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")
14