This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 242b94734 crypto: remove MBEDTLS_CONFIG_FILE
242b94734 is described below
commit 242b9473423cd29aa4be6fe8efd4c4f33317bcdd
Author: makejian <[email protected]>
AuthorDate: Fri Nov 1 09:39:10 2024 +0800
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 <[email protected]>
---
crypto/mbedtls/Make.defs | 2 --
1 file changed, 2 deletions(-)
diff --git a/crypto/mbedtls/Make.defs b/crypto/mbedtls/Make.defs
index 651c9acc5..3cb722d52 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="<mbedtls/mbedtls_config.h>"
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/include
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/crypto/mbedtls/mbedtls/include
-CXXFLAGS += ${DEFINE_PREFIX}MBEDTLS_CONFIG_FILE="<mbedtls/mbedtls_config.h>"
endif