zephyr/lib/libc/Makefile

6 lines
77 B
Makefile

ifeq ($(CONFIG_NEWLIB_LIBC),y)
obj-y += newlib/
else
obj-y += minimal/
endif