Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-2
-2
tools/testing/selftests/prctl/Makefile
··· 10 10 11 11 include ../lib.mk 12 12 13 - clean: 14 - rm -fr $(TEST_PROGS) 15 13 endif 16 14 endif