Skip to content

Commit cb944f0

Browse files
brooniewilldeacon
authored andcommitted
kselftest: arm64: Remove redundant clean target
The arm64 signal tests generate warnings during build since both they and the toplevel lib.mk define a clean target: Makefile:25: warning: overriding recipe for target 'clean' ../../lib.mk:126: warning: ignoring old recipe for target 'clean' Since the inclusion of lib.mk is in the signal Makefile there is no situation where this warning could be avoided so just remove the redundant clean target. Signed-off-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent f4617be commit cb944f0

File tree

1 file changed

+0
-4
lines changed
  • tools/testing/selftests/arm64/signal

1 file changed

+0
-4
lines changed

tools/testing/selftests/arm64/signal/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ include ../../lib.mk
2121
$(TEST_GEN_PROGS): $(PROGS)
2222
cp $(PROGS) $(OUTPUT)/
2323

24-
clean:
25-
$(CLEAN)
26-
rm -f $(PROGS)
27-
2824
# Common test-unit targets to build common-layout test-cases executables
2925
# Needs secondary expansion to properly include the testcase c-file in pre-reqs
3026
.SECONDEXPANSION:

0 commit comments

Comments
 (0)