1# Copyright (c) 2024 TOKITA Hiroshi 2# SPDX-License-Identifier: Apache-2.0 3 4zephyr_include_directories(.) 5 6zephyr_sources( 7 soc.c 8) 9 10zephyr_linker_sources(SECTIONS sections.ld) 11zephyr_linker_sources(DATA_SECTIONS data_sections.ld) 12zephyr_linker_sources(RAM_SECTIONS ram_sections.ld) 13zephyr_linker_sources(ROM_START rom_start.ld) 14 15set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "") 16