blob: 07dd923c409036d189bb639d0601d10ed06e0b62 [file] [log] [blame]
ifdef CONFIG_NEWLIB_LIBC
ZEPHYRINCLUDE += $(TOOLCHAIN_CFLAGS)
ALL_LIBS += m c
ifdef CONFIG_NEWLIB_LIBC_FLOAT_PRINTF
LDFLAGS += -u _printf_float
endif
ifdef CONFIG_NEWLIB_LIBC_FLOAT_SCANF
LDFLAGS += -u _scanf_float
endif
else
ZEPHYRINCLUDE += -I$(srctree)/lib/libc/minimal/include
endif
include $(srctree)/lib/iot/Makefile