From 473b8ac8a561a68ddccdb2e316677ad1bba17dfb Mon Sep 17 00:00:00 2001 From: makejian Date: Fri, 1 Nov 2024 09:39:10 +0800 Subject: [PATCH] crypto: remove MBEDTLS_CONFIG_FILE * \def MBEDTLS_CONFIG_FILE * * If defined, this is a header which will be included instead of * `"mbedtls/mbedtls_config.h"`. no need to specify MBEDTLS_CONFIG_FILE Signed-off-by: makejian --- crypto/mbedtls/Make.defs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/mbedtls/Make.defs b/crypto/mbedtls/Make.defs index 651c9acc51..3cb722d522 100644 --- a/crypto/mbedtls/Make.defs +++ b/crypto/mbedtls/Make.defs @@ -25,10 +25,8 @@ CONFIGURED_APPS += $(APPDIR)/crypto/mbedtls CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/include CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/mbedtls/include -CFLAGS += ${DEFINE_PREFIX}MBEDTLS_CONFIG_FILE="" CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/include CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/mbedtls/include -CXXFLAGS += ${DEFINE_PREFIX}MBEDTLS_CONFIG_FILE="" endif