From: Angus Gratton Date: Mon, 14 May 2018 08:07:18 +0000 (+0800) Subject: mbedtls: Add mbedtls submodule check to build system X-Git-Tag: v3.1-beta1~135^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c94a5ecfdd4f90a9f2be760545d671a80ad85c6d;p=esp-idf mbedtls: Add mbedtls submodule check to build system --- diff --git a/components/mbedtls/component.mk b/components/mbedtls/component.mk index af0b8b6ea7..9db378c1be 100644 --- a/components/mbedtls/component.mk +++ b/components/mbedtls/component.mk @@ -7,3 +7,6 @@ COMPONENT_ADD_INCLUDEDIRS := port/include mbedtls/include COMPONENT_SRCDIRS := mbedtls/library port COMPONENT_OBJEXCLUDE := mbedtls/library/net_sockets.o + +COMPONENT_SUBMODULES += mbedtls +