hal_openisa/CMakeLists.txt

9 lines
119 B
CMake

if(CONFIG_VEGA_SDK_HAL)
zephyr_library()
endif()
add_subdirectory_ifdef(
CONFIG_VEGA_SDK_HAL
vega_sdk_riscv
)