diff options
-rw-r--r-- | tools/testing/selftests/sync/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/sync/Makefile b/tools/testing/selftests/sync/Makefile index 87ac400507c0..4981c6b6d050 100644 --- a/tools/testing/selftests/sync/Makefile +++ b/tools/testing/selftests/sync/Makefile | |||
@@ -20,5 +20,4 @@ TESTS += sync_stress_merge.o | |||
20 | 20 | ||
21 | sync_test: $(OBJS) $(TESTS) | 21 | sync_test: $(OBJS) $(TESTS) |
22 | 22 | ||
23 | clean: | 23 | EXTRA_CLEAN := sync_test $(OBJS) $(TESTS) |
24 | $(RM) sync_test $(OBJS) $(TESTS) | ||