commit | 13a61f705e21ab346c7f5c33e30ad5cee416c783 | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Tue Jul 24 11:54:24 2018 +0100 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Fri Sep 14 10:02:28 2018 +0100 |
tree | 45481ff6579b817bba374dacbff97cce6b1b8a5a | |
parent | 4fddbe36fe968ccfc9c6f246d2369470f3046df9 [diff] |
Add psa header files to yotta build
diff --git a/yotta/create-module.sh b/yotta/create-module.sh index 4c79ebe..a7845fa 100755 --- a/yotta/create-module.sh +++ b/yotta/create-module.sh
@@ -20,8 +20,9 @@ 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