mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 22:15:59 +00:00
This options allows us to link against newlib instead of the integrated minimal c library. Change-Id: I20990354d74c08f2f6348f0aeea452b8f0f4c8e9 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
3 lines
73 B
Makefile
3 lines
73 B
Makefile
libs-$(CONFIG_MINIMAL_LIBC) += minimal/
|
|
libs-$(CONFIG_NEWLIB) += newlib/
|