This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
6d040a89ff
zephyr
/
lib
/
libc
/
minimal
/
source
/
stdlib
/
Makefile
2 lines
65 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add MINIMAL_LIBC_EXTENDED to limit libc builds 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>
2015-09-16 06:20:38 +08:00
obj-$(CONFIG_MINIMAL_LIBC_EXTENDED)
+=
strtol.o strtoul.o atoi.o