projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a23a42
)
selftests/arm64: Clean the fp helper libraries
author
Mark Brown
<broonie@kernel.org>
Wed, 27 Apr 2022 18:19:53 +0000
(19:19 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Thu, 28 Apr 2022 17:00:54 +0000
(18:00 +0100)
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>
tools/testing/selftests/arm64/fp/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/arm64/fp/Makefile
b/tools/testing/selftests/arm64/fp/Makefile
index ba758a6c6b9a6963f88ccfa19f483d546d41c29e..7e5d48c4a59d2e81b027757bee6c10dbb28701af 100644
(file)
--- 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 $@