]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest: arm64: Remove redundant clean target
authorMark Brown <broonie@kernel.org>
Wed, 24 Jun 2020 10:49:33 +0000 (11:49 +0100)
committerWill Deacon <will@kernel.org>
Wed, 24 Jun 2020 13:25:59 +0000 (14:25 +0100)
commit605b50138a4419ed1a4642f1f585db02cdac8a64
tree08e394335372ee5a959d9f625da912bc07d179c7
parentc0f4b94766a27909edd10c1c2c787deeda9db96d
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>
tools/testing/selftests/arm64/signal/Makefile