From e9e316e8c56c14ee8054d998e08bbcbeea2ec83f Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Tue, 5 Nov 2024 06:17:58 +0000 Subject: [PATCH] Update path in programs/psa/CMakeList.txt This commit updates the path to the generate_psa_constants.py script in programs/psa/CMakeList.txt file. Signed-off-by: Harry Ramsey --- tf-psa-crypto/programs/psa/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tf-psa-crypto/programs/psa/CMakeLists.txt b/tf-psa-crypto/programs/psa/CMakeLists.txt index 625b6e1291..2356c81fc1 100644 --- a/tf-psa-crypto/programs/psa/CMakeLists.txt +++ b/tf-psa-crypto/programs/psa/CMakeLists.txt @@ -14,10 +14,10 @@ if(GEN_FILES) ${CMAKE_CURRENT_BINARY_DIR}/psa_constant_names_generated.c COMMAND ${MBEDTLS_PYTHON_EXECUTABLE} - ${CMAKE_CURRENT_SOURCE_DIR}/../../../scripts/generate_psa_constants.py + ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/generate_psa_constants.py ${CMAKE_CURRENT_BINARY_DIR} WORKING_DIRECTORY - ${CMAKE_CURRENT_SOURCE_DIR}/../../.. + ${CMAKE_CURRENT_SOURCE_DIR}/../.. DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../../scripts/generate_psa_constants.py ${CMAKE_CURRENT_SOURCE_DIR}/../../include/psa/crypto_values.h