Skip to content

Commit 242b947

Browse files
ThePassionatexiaoxiang781216
authored andcommitted
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 <makejian@xiaomi.com>
1 parent 34ca696 commit 242b947

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crypto/mbedtls/Make.defs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ CONFIGURED_APPS += $(APPDIR)/crypto/mbedtls
2525

2626
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/include
2727
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/mbedtls/include
28-
CFLAGS += ${DEFINE_PREFIX}MBEDTLS_CONFIG_FILE="<mbedtls/mbedtls_config.h>"
2928

3029
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/include
3130
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/mbedtls/include
32-
CXXFLAGS += ${DEFINE_PREFIX}MBEDTLS_CONFIG_FILE="<mbedtls/mbedtls_config.h>"
3331

3432
endif

0 commit comments

Comments
 (0)