crypto/mbedtls: Fix occasional failures during Mbed TLS build

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-12-13 18:18:31 -03:00 committed by Xiang Xiao
parent afbd132b31
commit 8dd39b88c9

View File

@ -29,8 +29,4 @@ CXXFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(APPDIR)/crypto/mbedtls/mbed
CFLAGS += ${shell $(DEFINE) "$(CC)" MBEDTLS_CONFIG_FILE='"<crypto/mbedtls_config.h>"'}
CXXFLAGS += ${shell $(DEFINE) "$(CC)" MBEDTLS_CONFIG_FILE='"<crypto/mbedtls_config.h>"'}
ifneq ($(CONFIG_MBEDTLS_APPS),)
CONFIGURED_APPS += $(APPDIR)/crypto/mbedtls/
endif
endif