1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-25 10:00:57 +08:00

Add psa header files to yotta build

This commit is contained in:
Darryl Green 2018-07-24 11:54:24 +01:00 committed by Jaeden Amero
parent 4fddbe36fe
commit 13a61f705e

View File

@ -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