Searched refs:MBEDTLS_DIR (Results 1 – 4 of 4) sorted by relevance
12 ifeq (${MBEDTLS_DIR},)13 $(error Error: MBEDTLS_DIR not set)16 MBEDTLS_INC = -I${MBEDTLS_DIR}/include18 MBEDTLS_MAJOR=$(shell grep -hP "define MBEDTLS_VERSION_MAJOR" ${MBEDTLS_DIR}/include/mbedtls/*.h | …19 MBEDTLS_MINOR=$(shell grep -hP "define MBEDTLS_VERSION_MINOR" ${MBEDTLS_DIR}/include/mbedtls/*.h | …37 LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \69 LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \
217 MBEDTLS_CHECK := $(shell test -d $(call shell-quote,$(MBEDTLS_DIR)) && echo "1")220 $(info Found mbedTLS at ${MBEDTLS_DIR})221 PLAT_INCLUDES += -I${MBEDTLS_DIR}/include/mbedtls
46 LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \
29 MBEDTLS_DIR := contrib/mbed-tls macro