Skip to content

Commit 2626179

Browse files
committed
mbedtls: Update submodules after checkout
When importing, after checking out the specified release, update any submodules present.
1 parent ce2de9a commit 2626179

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/mbedtls/importer/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
155155
# Checking out the required release
156156
git -C $(MBED_TLS_DIR) checkout $(MBED_TLS_RELEASE)
157157
#
158+
# Update and checkout git submodules
159+
git -C $(MBED_TLS_DIR) submodule update --init --recursive
160+
#
158161
# Updating checked out version tag
159162
git -C $(MBED_TLS_DIR) describe --tags --abbrev=12 --dirty --always > $(TARGET_PREFIX)VERSION.txt
160163

0 commit comments

Comments
 (0)