We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2de9a commit 2626179Copy full SHA for 2626179
features/mbedtls/importer/Makefile
@@ -155,6 +155,9 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
155
# Checking out the required release
156
git -C $(MBED_TLS_DIR) checkout $(MBED_TLS_RELEASE)
157
#
158
+ # Update and checkout git submodules
159
+ git -C $(MBED_TLS_DIR) submodule update --init --recursive
160
+ #
161
# Updating checked out version tag
162
git -C $(MBED_TLS_DIR) describe --tags --abbrev=12 --dirty --always > $(TARGET_PREFIX)VERSION.txt
163
0 commit comments