blob: 6d0f8e70a7246a42211a988ab0e9c54de946ebe8 [file] [log] [blame]
# Copyright (c) 2024 EPAM Systems
# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources(pfc_rcar.c)
if (CONFIG_SOC_R8A77951_R7 OR CONFIG_SOC_R8A77951_A57)
zephyr_library_sources(pfc_r8a77951.c)
endif()
zephyr_library_sources_ifdef(CONFIG_SOC_R8A77961 pfc_r8a77961.c)
zephyr_library_sources_ifdef(CONFIG_SOC_R8A779F0 pfc_r8a779f0.c)