zephyr/soc/riscv/CMakeLists.txt

10 lines
161 B
CMake
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
add_subdirectory(common)
if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()