From 13a61f705e21ab346c7f5c33e30ad5cee416c783 Mon Sep 17 00:00:00 2001 From: Darryl Green Date: Tue, 24 Jul 2018 11:54:24 +0100 Subject: [PATCH] Add psa header files to yotta build --- yotta/create-module.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yotta/create-module.sh b/yotta/create-module.sh index 4c79ebe510..a7845faa20 100755 --- a/yotta/create-module.sh +++ b/yotta/create-module.sh @@ -20,8 +20,9 @@ fi TMP=$DEST-tmp rm -rf $TMP -mkdir -p $TMP/mbedtls $TMP/source +mkdir -p $TMP/mbedtls $TMP/psa $TMP/source cp $TREE/include/mbedtls/*.h $TMP/mbedtls +cp $TREE/include/psa/*.h $TMP/psa cp $TREE/library/*.c $TMP/source # temporary, should depend on external module later