zephyr/arch/riscv/core/CMakeLists.txt

14 lines
160 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
cpu_idle.c
fatal.c
irq_manage.c
irq_offload.c
isr.S
prep_c.c
reset.S
swap.S
thread.c
)