selftests:prctl: Fix make clean override warning
authorShuah Khan <skhan@linuxfoundation.org>
Tue, 25 Jul 2023 15:17:37 +0000 (09:17 -0600)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 25 Jul 2023 16:33:14 +0000 (10:33 -0600)
commit7611c8ff152fe58585fc51bcf452ad4c089dc751
tree9f08baa3c5fc21a5bf2c661e4e86411207f81c35
parentbf68c717e57133f1f0c2a6d5715cc985c711cdc3
selftests:prctl: Fix make clean override warning

Remove clean target in Makefile to fix the following warning
and use the one in common lib.mk

Makefile:14: warning: overriding recipe for target 'clean'
../lib.mk:160: warning: ignoring old recipe for target 'clean'

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/prctl/Makefile