mirror of https://github.com/ARMmbed/mbed-os.git
Allow baremetal to build by removing PSA
parent
941b1c9b4c
commit
92e076e3ad
|
@ -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