Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7af8c1ef76a3b8f7badcc7eec61a2fbff6cf820c
/
.
/
lib
/
libc
/
CMakeLists.txt
blob: 6eea0313b4f54368fb7ee8e8560a7628c41a4154 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_NEWLIB_LIBC)
add_subdirectory(newlib)
elseif(CONFIG_ARCMWDT_LIBC)
add_subdirectory(arcmwdt)
else()
add_subdirectory(minimal)
endif()