1
0
mirror of https://github.com/olofk/serv.git synced 2026-01-11 23:42:50 +00:00
olofk.serv/zephyr/soc/riscv/servant/CMakeLists.txt
2024-08-02 22:42:38 +02:00

9 lines
169 B
CMake

# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
# SPDX-License-Identifier: Apache-2.0
zephyr_sources(
soc_irq.S
vector.S
cpu_idle.c
irq.c)