1# Copyright (c) 2021 IoT.bzh
2# SPDX-License-Identifier: Apache-2.0
3
4zephyr_sources(
5  soc.c
6)
7zephyr_library_sources_ifdef(CONFIG_SOC_R8A77951 pfc_r8a77951.c)
8
9set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/arm/cortex_a_r/scripts/linker.ld CACHE INTERNAL "")
10