]> granicus.if.org Git - esp-idf/commitdiff
mbedtls: Add mbedtls submodule check to build system
authorAngus Gratton <angus@espressif.com>
Mon, 14 May 2018 08:07:18 +0000 (16:07 +0800)
committerAngus Gratton <gus@projectgus.com>
Mon, 14 May 2018 08:07:18 +0000 (16:07 +0800)
components/mbedtls/component.mk

index af0b8b6ea797d4ddbaf1565077d37fa05016846a..9db378c1bec8960df1be66a80cd7cc27b908d1c4 100644 (file)
@@ -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
+