Skip to content

Commit 7021670

Browse files
yanescasimonbutcher
authored andcommitted
Add comments to the Makefile.
1 parent 5a7d5d1 commit 7021670

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

core/mbedtls/importer/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717
#
1818
###########################################################################
1919

20+
#
21+
# Use this file to import an mbed TLS release into mbed-OS as follows:
22+
# 1) set the MBED_TLS_RELEASE to the correct mbed TLS release tag
23+
# 2) make update
24+
# 3) make
25+
# 4) commit and push changes via git
26+
#
27+
# WARNING! To import the hardware acceleration sample code the latest revision
28+
# will be checked out from the master branch of its own repository.
29+
2030
# Set the mbed TLS release to import (this can/should be edited before import)
2131
MBED_TLS_RELEASE:=yotta-2.3.0
2232

@@ -70,6 +80,8 @@ deploy: rsync
7080
update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
7181
#
7282
# Updating to latest mbed TLS library version
83+
# (If it is not an initial checkout we will start with the repo
84+
# being in a detached head state)
7385
git -C $(MBED_TLS_DIR) checkout development
7486
git -C $(MBED_TLS_DIR) pull --rebase origin development
7587
#

0 commit comments

Comments
 (0)