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