Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6a15118937a817968701b386b3f3c4b47879bde3
/
.
/
soc
/
riscv
/
CMakeLists.txt
blob: b826da926caf128fd0253592f32559d0d4c91cd4 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()