blob: 1b02e98ea1fdcd8bc7116e2e076bdcb20f400b3c [file] [log] [blame]
ifdef CONFIG_MINIMAL_LIBC
ZEPHYRINCLUDE += -I$(srctree)/lib/libc/minimal/include
endif
ifdef CONFIG_NEWLIB_LIBC
ZEPHYRINCLUDE += $(TOOLCHAIN_CFLAGS)
ALL_LIBS += m c
endif
include $(srctree)/lib/iot/Makefile