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>
3 lines
79 B
Makefile
3 lines
79 B
Makefile
obj-y := string.o
|
|
obj-$(CONFIG_MINIMAL_LIBC_EXTENDED) += errno.o strncasecmp.o
|