zephyr/soc/riscv32/CMakeLists.txt

7 lines
97 B
CMake

if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()