File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
features/mbedtls/importer Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ TARGET_INC:=$(TARGET_PREFIX)inc
37
37
TARGET_TESTS: =$(TARGET_PREFIX ) TESTS
38
38
TARGET_SRV_IMPL: =$(TARGET_PREFIX_CRYPTO ) /platform/COMPONENT_PSA_SRV_IMPL
39
39
TARGET_SPE: =$(TARGET_PREFIX_CRYPTO ) /platform/COMPONENT_SPE
40
- TARGETS_PSA_ACCELARATION : =$(TARGET_PREFIX_CRYPTO ) /targets
41
- COMPONENT_NSPE : =$(TARGET_SRV_IMPL ) /COMPONENT_NSPE
40
+ TARGET_PSA_ACCELERATION : =$(TARGET_PREFIX_CRYPTO ) /targets
41
+ TARGET_NSPE : =$(TARGET_SRV_IMPL ) /COMPONENT_NSPE
42
42
43
43
# mbed TLS source directory - hidden from mbed via TARGET_IGNORE
44
44
MBED_TLS_URL: [email protected] :ARMmbed/mbedtls-restricted.git
@@ -77,11 +77,11 @@ rsync:
77
77
78
78
mkdir -p $(TARGET_SRV_IMPL)
79
79
mkdir -p $(TARGET_SPE)
80
- mkdir -p $(COMPONENT_NSPE )
81
- mkdir -p $(TARGETS_PSA_ACCELARATION )
80
+ mkdir -p $(TARGET_NSPE )
81
+ mkdir -p $(TARGET_PSA_ACCELERATION )
82
82
83
83
rsync -a --delete --exclude='crypto_struct.h' $(MBED_CRYPTO_API) $(TARGET_INC)
84
- rsync -a --delete $(MBED_CRYPTO_API)/crypto_struct.h $(COMPONENT_NSPE )
84
+ rsync -a --delete $(MBED_CRYPTO_API)/crypto_struct.h $(TARGET_NSPE )
85
85
rsync -a --delete $(MBED_CRYPTO_API)/crypto_struct.h $(TARGET_SPE)/crypto_struct_spe.h
86
86
rsync -a --delete $(MBED_CRYPTO_DIR)/library/psa_*.c $(TARGET_SRV_IMPL)
87
87
You can’t perform that action at this time.
0 commit comments