This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
129b71260a
zephyr
/
soc
/
mips
/
CMakeLists.txt
6 lines
96 B
CMake
Raw
Blame
History
if
(
SOC_FAMILY
)
add_subdirectory
(
${
SOC_FAMILY
}
)
else
(
)
add_subdirectory
(
${
SOC_NAME
}
)
endif
(
)
Reference in New Issue
View Git Blame
Copy Permalink