Training
Consulting
Tools
xref
: /
Zephyr-Core-3.5.0
/
soc
/
mips
/
CMakeLists.txt
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
if(SOC_FAMILY)
2
add_subdirectory(${SOC_FAMILY})
3
else()
4
add_subdirectory(${SOC_NAME})
5
endif()
6