diff --git a/features/mbedtls/importer/Makefile b/features/mbedtls/importer/Makefile index abad45b660..f6674209c0 100644 --- a/features/mbedtls/importer/Makefile +++ b/features/mbedtls/importer/Makefile @@ -155,6 +155,9 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG) # Checking out the required release git -C $(MBED_TLS_DIR) checkout $(MBED_TLS_RELEASE) # + # Update and checkout git submodules + git -C $(MBED_TLS_DIR) submodule update --init --recursive + # # Updating checked out version tag git -C $(MBED_TLS_DIR) describe --tags --abbrev=12 --dirty --always > $(TARGET_PREFIX)VERSION.txt