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
8287f7c855
zephyr
/
lib
/
libc
/
CMakeLists.txt
6 lines
93 B
CMake
Raw
Blame
History
if
(
CONFIG_NEWLIB_LIBC
)
add_subdirectory
(
newlib
)
else
(
)
add_subdirectory
(
minimal
)
endif
(
)
Reference in New Issue
View Git Blame
Copy Permalink