mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 01:07:06 +00:00
This will allow adding more libc implementations in the future. Also use the location of the include directory from the toolchain settings. Change-Id: Idae5e4ffd9b1bcb5e924da156df56e81f10c8842 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
3 lines
76 B
Makefile
3 lines
76 B
Makefile
obj-$(CONFIG_MINIMAL_LIBC) += minimal/
|
|
obj-$(CONFIG_NEWLIB_LIBC) += newlib/
|