Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4fd24a4341b718a3901eb18c91f029a2765415b5
/
.
/
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()