From aa024253d6b3713bfba9ea1d163b4f8b6407b595 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Fri, 27 Feb 2026 17:30:50 +0100 Subject: [PATCH] tests: make: Fix spaces instead of tab Signed-off-by: Ronald Cron --- tests/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index a34bc95f99..62a7b82e61 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -255,16 +255,16 @@ libtestdriver1.a: cp -Rf ../tf-psa-crypto/drivers/builtin ./libtestdriver1/tf-psa-crypto/drivers/builtin if [ -d ../tf-psa-crypto/dispatch ]; then \ cp -Rf ../tf-psa-crypto/dispatch ./libtestdriver1/tf-psa-crypto/dispatch; \ - fi + fi if [ -d ../tf-psa-crypto/extras ]; then \ cp -Rf ../tf-psa-crypto/extras ./libtestdriver1/tf-psa-crypto/extras; \ - fi + fi if [ -d ../tf-psa-crypto/platform ]; then \ cp -Rf ../tf-psa-crypto/platform ./libtestdriver1/tf-psa-crypto/platform; \ - fi + fi if [ -d ../tf-psa-crypto/utilities ]; then \ cp -Rf ../tf-psa-crypto/utilities ./libtestdriver1/tf-psa-crypto/utilities; \ - fi + fi cp -Rf ../tf-psa-crypto/scripts ./libtestdriver1/tf-psa-crypto # Set the test driver base (minimal) configuration.