From 92e076e3add9109382d028257b76dbf4cc74c2d2 Mon Sep 17 00:00:00 2001 From: kegilbert Date: Thu, 7 Mar 2019 16:24:22 -0600 Subject: [PATCH] Allow baremetal to build by removing PSA --- components/TARGET_PSA/mbed_lib.json | 3 +++ tools/psa/tfm/mbed_app.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 components/TARGET_PSA/mbed_lib.json 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" }