Skip to content

Commit eb4f40d

Browse files
committed
Move TARGET_MBED_PSA_SRV to FEATURE_EXPERIMENTAL_API
1 parent fd27209 commit eb4f40d

26 files changed

+4
-2
lines changed

.astyleignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor
66
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM
77
^features/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_MBED_PSA_SRV/TESTS
8+
^features/FEATURE_EXPERIMENTAL_API/TARGET_MBED_PSA_SRV
89
^features/cryptocell
910
^features/FEATURE_BLE
1011
^features/frameworks

features/mbedtls/importer/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ MBED_TLS_REPO_URL ?= [email protected]:ARMmbed/mbedtls.git
3232

3333
# Translate between mbed TLS namespace and mbed namespace
3434
TARGET_PREFIX:=../
35+
TARGET_EXPERIMENTAL:=../../FEATURE_EXPERIMENTAL_API/
3536
TARGET_SRC:=$(TARGET_PREFIX)src
3637
TARGET_INC:=$(TARGET_PREFIX)inc
37-
TARGET_PSA:=$(TARGET_PREFIX)TARGET_MBED_PSA_SRV
38-
TARGET_PSA_INC:=$(TARGET_PREFIX)TARGET_MBED_PSA_SRV/inc
38+
TARGET_PSA:=$(TARGET_EXPERIMENTAL)TARGET_MBED_PSA_SRV
39+
TARGET_PSA_INC:=$(TARGET_PSA)/inc
3940
TARGET_TESTS:=$(TARGET_PREFIX)TESTS
4041

4142
# A folder structure is introduced here for targets that have both a Secure

0 commit comments

Comments
 (0)