Skip to content

Commit 3fd3288

Browse files
committed
Allow baremetal to build by removing PSA
1 parent 63dd5cb commit 3fd3288

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

components/TARGET_PSA/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "psa"
3+
}

tools/psa/tfm/mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "tfm_build",
3-
"requires" : ["psa-services", "tfm", "tfm-s"],
3+
"requires" : ["psa-services", "tfm", "tfm-s", "psa"],
44
"artifact_name": "tfm"
55
}

0 commit comments

Comments
 (0)