mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 00:17:12 +00:00
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>
3 lines
71 B
Makefile
3 lines
71 B
Makefile
obj-$(CONFIG_MINIMAL_LIBC) += minimal/
|
|
obj-$(CONFIG_NEWLIB) += newlib/
|