]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 56eb5523dbb8ac17f69421c79fee7008b38b7755..d7d6bbeeff2f22a175939d218bce02398ce206c8 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