1# Copyright (c) 2024 Renesas Electronics Corporation
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)
11
12set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")
13