mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Revert move of version.h to tf-psa-crypto libray
This commit moves version.h back into /include/mbedtls from tf-psa-crypto/drivers/builtin/include. This commit also changes the necessary build files and scripts to generate version_features.c Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
This commit is contained in:
@ -16,7 +16,7 @@ if( @ARGV ) {
|
||||
} else {
|
||||
$include_dir = 'include/mbedtls';
|
||||
$data_dir = 'scripts/data_files';
|
||||
$feature_file = 'tf-psa-crypto/drivers/builtin/src/version_features.c';
|
||||
$feature_file = 'library/version_features.c';
|
||||
|
||||
unless( -d $include_dir && -d $data_dir ) {
|
||||
chdir '..' or die;
|
||||
|
Reference in New Issue
Block a user