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