zephyr/lib/libc/CMakeLists.txt

8 lines
132 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(CONFIG_NEWLIB_LIBC)
add_subdirectory(newlib)
else()
add_subdirectory(minimal)
endif()