File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
features/mbedtls/importer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
# Set the mbed TLS release to import (this can/should be edited before import)
30
30
MBED_TLS_RELEASE ?= mbedtls-2.15.1
31
+ MBED_TLS_REPO_URL ?=
[email protected] :ARMmbed/mbedtls-restricted.git
31
32
32
33
# Translate between mbed TLS namespace and mbed namespace
33
34
TARGET_PREFIX: =../
@@ -51,7 +52,6 @@ TARGET_PSA_DRIVERS:=$(TARGET_PREFIX_CRYPTO)/targets
51
52
TARGET_NSPE: =$(TARGET_SRV_IMPL ) /COMPONENT_NSPE
52
53
53
54
# mbed TLS source directory - hidden from mbed via TARGET_IGNORE
54
- MBED_TLS_URL: [email protected] :ARMmbed/mbedtls-restricted.git
55
55
MBED_TLS_DIR: =TARGET_IGNORE/mbedtls
56
56
MBED_TLS_API: =$(MBED_TLS_DIR ) /include/mbedtls
57
57
MBED_TLS_GIT_CFG =$(MBED_TLS_DIR ) /.git/config
@@ -139,7 +139,7 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
139
139
140
140
$(MBED_TLS_GIT_CFG ) :
141
141
rm -rf $(MBED_TLS_DIR )
142
- git clone $(MBED_TLS_URL ) $(MBED_TLS_DIR )
142
+ git clone $(MBED_TLS_REPO_URL ) $(MBED_TLS_DIR )
143
143
144
144
clean :
145
145
rm -f $(TARGET_PREFIX ) LICENSE
You can’t perform that action at this time.
0 commit comments