Home
last modified time | relevance | path

Searched refs:MBEDTLS_DIR (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_common.mk12 ifeq (${MBEDTLS_DIR},)
13 $(error Error: MBEDTLS_DIR not set)
16 MBEDTLS_INC = -I${MBEDTLS_DIR}/include
18 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/, \
/rk3399_ARM-atf/plat/brcm/board/common/
H A Dboard_common.mk217 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
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dplatform_test.mk46 LIBMBEDTLS_SRCS += $(addprefix ${MBEDTLS_DIR}/library/, \
/rk3399_ARM-atf/
H A DMakefile29 MBEDTLS_DIR := contrib/mbed-tls macro