mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10002 from kegilbert/psa_baremetal_fix
Disable PSA in baremetal profilespull/10026/head
commit
b9c214b165
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"name": "psa"
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "tfm_build",
|
||||
"requires" : ["psa-services", "tfm", "tfm-s"],
|
||||
"requires" : ["psa-services", "tfm", "tfm-s", "psa"],
|
||||
"artifact_name": "tfm"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue