aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-06-24 11:49:33 +0100
committerWill Deacon <will@kernel.org>2020-06-24 14:25:59 +0100
commitcb944f02d0d8c5a5f38119242325fe26504d33d2 (patch)
tree08e394335372ee5a959d9f625da912bc07d179c7 /tools/testing
parentarm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelist (diff)
downloadlinux-dev-cb944f02d0d8c5a5f38119242325fe26504d33d2.tar.xz
linux-dev-cb944f02d0d8c5a5f38119242325fe26504d33d2.zip
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 <broonie@kernel.org> Link: https://lore.kernel.org/r/20200624104933.21125-1-broonie@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/arm64/signal/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/testing/selftests/arm64/signal/Makefile b/tools/testing/selftests/arm64/signal/Makefile
index b497cfea4643..ac4ad0005715 100644
--- a/tools/testing/selftests/arm64/signal/Makefile
+++ b/tools/testing/selftests/arm64/signal/Makefile
@@ -21,10 +21,6 @@ include ../../lib.mk
$(TEST_GEN_PROGS): $(PROGS)
cp $(PROGS) $(OUTPUT)/
-clean:
- $(CLEAN)
- rm -f $(PROGS)
-
# Common test-unit targets to build common-layout test-cases executables
# Needs secondary expansion to properly include the testcase c-file in pre-reqs
.SECONDEXPANSION: