1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4zephyr_sources(soc.c)
5
6zephyr_include_directories(.)
7
8set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_m/scripts/linker.ld CACHE INTERNAL "")
9
10zephyr_linker_sources_ifdef(CONFIG_OPENAMP
11  RODATA
12  resource_table.ld
13)
14