From 01a78e98a2a2ad09866e733f82875660776c2917 Mon Sep 17 00:00:00 2001 From: Michael Schwarcz Date: Thu, 14 Feb 2019 18:58:35 +0200 Subject: [PATCH] Add mbed_app.json for TF-M bare-metal build --- tools/psa/tfm/mbed_app.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/psa/tfm/mbed_app.json diff --git a/tools/psa/tfm/mbed_app.json b/tools/psa/tfm/mbed_app.json new file mode 100644 index 0000000000..8594d50106 --- /dev/null +++ b/tools/psa/tfm/mbed_app.json @@ -0,0 +1,5 @@ +{ + "name": "tfm_build", + "requires" : ["psa-services", "tfm"], + "artifact_name": "tfm" +}