This option adds optional libc functions that are not directly used by the kernel but can be used for testing purposes. This option is experimental. Change-Id: Ia4dba718359c4f381047a5b52ebddb26d87ea75a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2 lines
65 B
Makefile
2 lines
65 B
Makefile
obj-$(CONFIG_MINIMAL_LIBC_EXTENDED) += strtol.o strtoul.o atoi.o
|