selftests: fix clean target in kcmp Makefile
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 3 Jul 2013 22:09:21 +0000 (15:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 Jul 2013 23:08:07 +0000 (16:08 -0700)
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>
tools/testing/selftests/kcmp/Makefile

index 56eb552..d7d6bbe 100644 (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