Integrating the mbedTLS to the the build proccess with the minimal Thread configuration. Change-Id: I0ae191434d26890537a29a247c409228180410f3 Jira: ZEP-327 Jira: ZEP-340 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
5 lines
141 B
Makefile
5 lines
141 B
Makefile
ifdef CONFIG_MBEDTLS_LIBRARY
|
|
LIB_INCLUDE_DIR += -L$(CONFIG_MBEDTLS_INSTALL_PATH:"%"=%)/library
|
|
ALL_LIBS += mbedtls mbedcrypto mbedx509
|
|
endif
|