We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8148e7a commit fcbe59eCopy full SHA for fcbe59e
sw/legacy/common/CMakeLists.txt
@@ -4,3 +4,6 @@
4
5
add_library(common OBJECT sonata_system.c usbdev.c uart.c timer.c rv_plic.c gpio.c i2c.c pwm.c spi.c crt0.S)
6
target_include_directories(common INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
7
+
8
9
+add_library(syscall OBJECT ../../../vendor/cheriot_debug_module/tb/prog/syscalls.c)
0 commit comments