7d76e9619b
Tinycrypt is maintained at github and thus should be treated as an external library and hosted under ext/. Change-Id: I4c4a3bcdacf01d4922919e5ea1f9dec21a19cd37 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
172 B
Makefile
9 lines
172 B
Makefile
ifdef CONFIG_MINIMAL_LIBC
|
|
ZEPHYRINCLUDE += -I$(srctree)/lib/libc/minimal/include
|
|
endif
|
|
|
|
ifdef CONFIG_NEWLIB_LIBC
|
|
ZEPHYRINCLUDE += $(TOOLCHAIN_CFLAGS)
|
|
ALL_LIBS += m c
|
|
endif
|