From 30ea2b91916f6207c0fca4758b1603bdd29f1a38 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 11 Jun 2024 14:07:09 +0200 Subject: [PATCH] all.sh: Update clean-up of Makefiles generated by CMake Signed-off-by: Ronald Cron --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 015a3290dc..599b4f7d7d 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -331,6 +331,7 @@ cleanup() # Remove Makefiles generated by in-tree CMake builds rm -f 3rdparty/Makefile 3rdparty/*/Makefile pkgconfig/Makefile framework/Makefile rm -f include/Makefile programs/!(fuzz)/Makefile + rm -f tf-psa-crypto/Makefile tf-psa-crypto/include/Makefile # Remove any artifacts from the component_test_cmake_as_subdirectory test. rm -rf programs/test/cmake_subproject/build