From 008445c193e519ee297142b51419bd69ae48836f Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Mon, 23 Dec 2024 16:56:05 +0000 Subject: [PATCH] Use absolute out of source build path This commit replaces the relative Mbed TLS out of source build path with a more generic named absolute out of source build path for both Mbed TLS and TF-PSA-Crypto. Signed-off-by: Harry Ramsey --- scripts/all-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all-core.sh b/scripts/all-core.sh index 7046bec50..d6ca7ba60 100644 --- a/scripts/all-core.sh +++ b/scripts/all-core.sh @@ -220,7 +220,7 @@ pre_initialize_variables () { : ${OPENSSL_NEXT:="$OPENSSL"} : ${GNUTLS_CLI:="gnutls-cli"} : ${GNUTLS_SERV:="gnutls-serv"} - : ${OUT_OF_SOURCE_DIR:=./mbedtls_out_of_source_build} + : ${OUT_OF_SOURCE_DIR:=$PWD/out_of_source_build} : ${ARMC6_BIN_DIR:=/usr/bin} : ${ARM_NONE_EABI_GCC_PREFIX:=arm-none-eabi-} : ${ARM_LINUX_GNUEABI_GCC_PREFIX:=arm-linux-gnueabi-}