diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-07-03 15:09:21 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 16:08:07 -0700 |
commit | 1b7871550330c8777c45e07b84781529f27e2b3c (patch) | |
tree | 46d80f503259bee35d465eeb7f8173f8447f13c7 /tools/testing | |
parent | c7fed9cf614aa1dc561ad3334b02e896d042068f (diff) | |
download | blackbird-obmc-linux-1b7871550330c8777c45e07b84781529f27e2b3c.tar.gz blackbird-obmc-linux-1b7871550330c8777c45e07b84781529f27e2b3c.zip |
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>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/kcmp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/kcmp/Makefile b/tools/testing/selftests/kcmp/Makefile index 56eb5523dbb8..d7d6bbeeff2f 100644 --- a/tools/testing/selftests/kcmp/Makefile +++ b/tools/testing/selftests/kcmp/Makefile @@ -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 |