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
05875f062d
zephyr
/
lib
/
libc
/
Makefile
3 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: build libc as object, not kbuild library (lib.a) The way we build the libc files is not a real library that can be used as a libc and makes managing the source files a bit difficult, so lets revert back to building the c function files like everything else in the system to avoid any confusion. Change-Id: I4e998e37bc376522fe253c4aefefe7804597f0f2 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-08-02 21:38:41 +08:00
obj-$(CONFIG_MINIMAL_LIBC)
+=
minimal/
obj-$(CONFIG_NEWLIB)
+=
newlib/