Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
50d56c9503cfcd1c75d83f095d04c8b221d9076f
/
.
/
soc
/
mips
/
CMakeLists.txt
blob: f4733688cca662dc60e94882b8fa76dfeb342a72 [
file
]
if(SOC_FAMILY)
add_subdirectory(${SOC_FAMILY})
else()
add_subdirectory(${SOC_NAME})
endif()