Skip to content
Snippets Groups Projects
Commit 14e52271 authored by Nicolas Toromanoff's avatar Nicolas Toromanoff Committed by Sebastien Pasdeloup
Browse files

mbedtls: allow to use a platform specific config.h file


A platform specific mebedtls_config.h can now be defined if needed
by the parent makefile.

Signed-off-by: default avatarNicolas Toromanoff <nicolas.toromanoff@st.com>
Change-Id: I532284a72d27424cc801874d7cd0caffe90f2011
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/tf-a/+/184838


Reviewed-by: default avatarCITOOLS <smet-aci-reviews@lists.codex.cro.st.com>
Reviewed-by: default avatarLionel DEBIEVE <lionel.debieve@st.com>
Reviewed-by: default avatarYann GAUTIER <yann.gautier@st.com>
Tested-by: default avatarLionel DEBIEVE <lionel.debieve@st.com>
parent e3ab9aba
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ endif ...@@ -16,7 +16,7 @@ endif
MBEDTLS_INC = -I${MBEDTLS_DIR}/include MBEDTLS_INC = -I${MBEDTLS_DIR}/include
# Specify mbed TLS configuration file # Specify mbed TLS configuration file
MBEDTLS_CONFIG_FILE := "<drivers/auth/mbedtls/mbedtls_config.h>" MBEDTLS_CONFIG_FILE ?= "<drivers/auth/mbedtls/mbedtls_config.h>"
$(eval $(call add_define,MBEDTLS_CONFIG_FILE)) $(eval $(call add_define,MBEDTLS_CONFIG_FILE))
MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_common.c MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_common.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment