Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
9f18ff9bafe67bde0c0f6f7abd571cbb7c736e0b
/
.
/
soc
/
arm
/
CMakeLists.txt
blob: 52e85a562c5018475c10b9ac036eb0814610bb61 [
file
]
if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()