aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-04-27 19:19:53 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2022-04-28 18:00:54 +0100
commit399cf0a3e8a1a2cf93e87017282e682e7b65f01c (patch)
tree35a61484b5880c0ce79bb62cfd3abecac1e645d3
parentselftests/arm64: Define top_srcdir for the fp tests (diff)
downloadlinux-dev-399cf0a3e8a1a2cf93e87017282e682e7b65f01c.tar.xz
linux-dev-399cf0a3e8a1a2cf93e87017282e682e7b65f01c.zip
selftests/arm64: Clean the fp helper libraries
We provide a couple of object files with helpers linked into several of the test programs, ensure they are cleaned. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220427181954.357975-4-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
-rw-r--r--tools/testing/selftests/arm64/fp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/arm64/fp/Makefile b/tools/testing/selftests/arm64/fp/Makefile
index ba758a6c6b9a..7e5d48c4a59d 100644
--- a/tools/testing/selftests/arm64/fp/Makefile
+++ b/tools/testing/selftests/arm64/fp/Makefile
@@ -14,6 +14,8 @@ TEST_GEN_PROGS_EXTENDED := fp-pidbench fpsimd-test \
vlset
TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
+EXTRA_CLEAN += $(OUTPUT)/asm-utils.o $(OUTPUT)/rdvl.o $(OUTPUT)/za-fork-asm.o
+
# Build with nolibc to avoid effects due to libc's clone() support
fp-pidbench: fp-pidbench.S asm-utils.o
$(CC) -nostdlib $^ -o $@