Skip to content

Commit 399cf0a

Browse files
brooniectmarinas
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 3a23a42 commit 399cf0a

File tree

1 file changed

+2
-0
lines changed
  • tools/testing/selftests/arm64/fp

1 file changed

+2
-0
lines changed

tools/testing/selftests/arm64/fp/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ TEST_GEN_PROGS_EXTENDED := fp-pidbench fpsimd-test \
1414
vlset
1515
TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
1616

17+
EXTRA_CLEAN += $(OUTPUT)/asm-utils.o $(OUTPUT)/rdvl.o $(OUTPUT)/za-fork-asm.o
18+
1719
# Build with nolibc to avoid effects due to libc's clone() support
1820
fp-pidbench: fp-pidbench.S asm-utils.o
1921
$(CC) -nostdlib $^ -o $@

0 commit comments

Comments
 (0)