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>
This commit is contained in:
Ramkumar Ramachandra 2013-07-03 15:09:21 -07:00 committed by Linus Torvalds
parent c7fed9cf61
commit 1b78715503
1 changed files with 1 additions and 2 deletions

View File

@ -25,5 +25,4 @@ run_tests: all
@./kcmp_test || echo "kcmp_test: [FAIL]"
clean:
rm -fr ./run_test
rm -fr ./test-file
$(RM) kcmp_test kcmp-test-file