2016-05-15 11:10:51 +08:00
|
|
|
|
2016-05-15 21:34:26 +08:00
|
|
|
ifdef CONFIG_TINYCRYPT
|
2016-05-15 11:10:51 +08:00
|
|
|
ZEPHYRINCLUDE += -I$(srctree)/lib/crypto/tinycrypt/include
|
|
|
|
endif
|
2016-05-15 21:34:26 +08:00
|
|
|
|
|
|
|
ifdef CONFIG_MINIMAL_LIBC
|
|
|
|
ZEPHYRINCLUDE += -I$(srctree)/lib/libc/minimal/include
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifdef CONFIG_NEWLIB_LIBC
|
|
|
|
ZEPHYRINCLUDE += $(TOOLCHAIN_CFLAGS)
|
|
|
|
ALL_LIBS += m c
|
|
|
|
endif
|