Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b7e89940f7bf77fc1fe6f71a98e44e80e63bb2a2
/
.
/
lib
/
libc
/
CMakeLists.txt
blob: e72a848ce058c229dc445e677b907c42eb97d205 [
file
] [
log
] [
blame
]
if(CONFIG_NEWLIB_LIBC)
add_subdirectory(newlib)
else()
add_subdirectory(minimal)
endif()