zephyr/lib/libc/CMakeLists.txt

8 lines
132 B
CMake
Raw Normal View History

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