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
24abcf8094
zephyr
/
soc
/
riscv32
/
CMakeLists.txt
7 lines
97 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