zephyr/lib/libc/Makefile
Anas Nashif 19f0ff2756 Kbuild: enable toolchain newlib library instead of minimal libc
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>
2016-02-05 20:14:09 -05:00

3 lines
73 B
Makefile

libs-$(CONFIG_MINIMAL_LIBC) += minimal/
libs-$(CONFIG_NEWLIB) += newlib/