4 lines
94 B
CMake
4 lines
94 B
CMake
|
add_subdirectory(common)
|
||
|
add_subdirectory(${SOC_SERIES})
|
||
|
zephyr_compile_options(-march=rv32i)
|