1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_compile_definitions(_RZN_ORDINAL=1)
4zephyr_compile_definitions(BSP_CFG_RAM_EXECUTION=1)
5
6set(srcs
7	bsp/cmsis/Device/RENESAS/Source/system.c
8	bsp/mcu/all/bsp_clocks.c
9	bsp/mcu/all/bsp_common.c
10	bsp/mcu/all/bsp_delay.c
11	bsp/mcu/all/bsp_io.c
12	bsp/mcu/all/bsp_irq.c
13	bsp/mcu/all/bsp_register_protection.c
14	bsp/mcu/all/cr/bsp_delay_core.c
15)
16
17zephyr_library_sources(${srcs})
18