Skip to content

Commit f7ce553

Browse files
committed
Move TARGET_MBED_PSA_SRV to FEATURE_EXPERIMENTAL_API
Signed-off-by: Darryl Green <[email protected]>
1 parent f35a75c commit f7ce553

26 files changed

+4
-2
lines changed

.astyleignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
^cmsis
33
^features/cryptocell
44
^features/FEATURE_BLE
5+
^features/FEATURE_EXPERIMENTAL_API/TARGET_MBED_PSA_SRV
56
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/attestation.h
67
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
78
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor

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)