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