1if(CONFIG_VEGA_SDK_HAL) 2 zephyr_library() 3endif() 4 5add_subdirectory_ifdef( 6 CONFIG_VEGA_SDK_HAL 7 vega_sdk_riscv 8 ) 9