zephyr/ext/lib/Makefile

13 lines
337 B
Makefile
Raw Normal View History

ifdef CONFIG_TINYCRYPT
ZEPHYRINCLUDE += -I$(srctree)/ext/lib/crypto/tinycrypt/include
endif
ifdef CONFIG_MBEDTLS_BUILTIN
ZEPHYRINCLUDE += -I$(srctree)/ext/lib/crypto/mbedtls/include
ZEPHYRINCLUDE += -I$(srctree)/ext/lib/crypto/mbedtls/configs
endif
ifdef CONFIG_MBEDTLS_LIBRARY
include $(srctree)/ext/lib/crypto/mbedtls/Makefile
endif