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 @@ -37,7 +37,7 @@ TARGET_INC:=$(TARGET_PREFIX)inc
37
37
TARGET_TESTS: =$(TARGET_PREFIX ) TESTS
38
38
TARGET_SRV_IMPL: =$(TARGET_PREFIX_CRYPTO ) /platform/TARGET_PSA/COMPONENT_PSA_SRV_IMPL
39
39
TARGET_SPE: =$(TARGET_PREFIX_CRYPTO ) /platform/TARGET_PSA/COMPONENT_SPE
40
- TARGET_PSA_ACCELERATION : =$(TARGET_PREFIX_CRYPTO ) /targets
40
+ TARGET_PSA_DRIVERS : =$(TARGET_PREFIX_CRYPTO ) /targets
41
41
TARGET_NSPE: =$(TARGET_SRV_IMPL ) /COMPONENT_NSPE
42
42
43
43
# mbed TLS source directory - hidden from mbed via TARGET_IGNORE
81
81
mkdir -p $(TARGET_SRV_IMPL)
82
82
mkdir -p $(TARGET_SPE)
83
83
mkdir -p $(TARGET_NSPE)
84
- mkdir -p $(TARGET_PSA_ACCELERATION )
84
+ mkdir -p $(TARGET_PSA_DRIVERS )
85
85
86
86
rsync -a --delete --exclude='crypto_struct.h' $(MBED_CRYPTO_API) $(TARGET_INC)
87
87
rsync -a --delete $(MBED_CRYPTO_API)/crypto_struct.h $(TARGET_NSPE)
You can’t perform that action at this time.
0 commit comments