Skip to content

Commit 1064d82

Browse files
committed
Move TARGET_MBED_PSA_SRV to FEATURE_EXPERIMENTAL_API
1 parent fd27209 commit 1064d82

25 files changed

+3
-2
lines changed

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)