Skip to content

Commit

Permalink
crypto: remove MBEDTLS_CONFIG_FILE
Browse files Browse the repository at this point in the history
 * \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]>
  • Loading branch information
makejian committed Nov 1, 2024
1 parent 34ca696 commit 473b8ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/mbedtls/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 473b8ac

Please sign in to comment.