diff --git a/components/TARGET_PSA/mbed_lib.json b/components/TARGET_PSA/mbed_lib.json new file mode 100644 index 0000000000..985d9cd97d --- /dev/null +++ b/components/TARGET_PSA/mbed_lib.json @@ -0,0 +1,3 @@ +{ + "name": "psa" +} diff --git a/tools/psa/tfm/mbed_app.json b/tools/psa/tfm/mbed_app.json index fc574c0f5f..ccd19a0186 100644 --- a/tools/psa/tfm/mbed_app.json +++ b/tools/psa/tfm/mbed_app.json @@ -1,5 +1,5 @@ { "name": "tfm_build", - "requires" : ["psa-services", "tfm", "tfm-s"], + "requires" : ["psa-services", "tfm", "tfm-s", "psa"], "artifact_name": "tfm" }