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