1# SPDX-License-Identifier: Apache-2.0 2 3# The vector table must be placed at the start of SRAM 4zephyr_linker_sources_ifdef(CONFIG_SRAM_VECTOR_TABLE 5 RAM_SECTIONS 6 SORT_KEY 0 7 sram_vector_table.ld 8) 9zephyr_include_directories(${ZEPHYR_BASE}/drivers) 10zephyr_sources(soc.c) 11 12zephyr_include_directories(.) 13 14set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "") 15