Allow baremetal to build by removing PSA

pull/10067/head
kegilbert 2019-03-07 16:24:22 -06:00 committed by Cruz Monrreal II
parent 941b1c9b4c
commit 92e076e3ad
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
{
"name": "psa"
}

View File

@ -1,5 +1,5 @@
{
"name": "tfm_build",
"requires" : ["psa-services", "tfm", "tfm-s"],
"requires" : ["psa-services", "tfm", "tfm-s", "psa"],
"artifact_name": "tfm"
}