mirror of https://gitee.com/openkylin/linux.git
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:
parent
c7fed9cf61
commit
1b78715503
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue