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

selftests: fix clean target in kcmp Makefile

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Ramkumar Ramachandra and committed by
Linus Torvalds
1b787155 c7fed9cf

+1 -2
+1 -2
tools/testing/selftests/kcmp/Makefile
··· 25 25 @./kcmp_test || echo "kcmp_test: [FAIL]" 26 26 27 27 clean: 28 - rm -fr ./run_test 29 - rm -fr ./test-file 28 + $(RM) kcmp_test kcmp-test-file