Sfoglia il codice sorgente

mbedtls: Add mbedtls submodule check to build system

Angus Gratton 7 anni fa
parent
commit
c94a5ecfdd
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      components/mbedtls/component.mk

+ 3 - 0
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
+