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