diff options
author | Jiri Olsa <jolsa@kernel.org> | 2016-01-11 05:54:50 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-01-11 10:09:05 -0500 |
commit | 24ee9b57b95fd4d6d0b89a47c3a8f1b145569d18 (patch) | |
tree | d69dddab85014a377799632a62667f0fc4c87d28 | |
parent | 22992a320807f8eb04b48407715aacbdedb00941 (diff) |
tools lockdep: Add *.cmd files clean up
Add *.cmd files to be removed within clean target.
Reported-by: Arnaldo Carvalho de Melo <acme@kernel.org>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1452509693-13452-4-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | tools/lib/lockdep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/lockdep/Makefile b/tools/lib/lockdep/Makefile index 7e319afac78a..90d2baeb621a 100644 --- a/tools/lib/lockdep/Makefile +++ b/tools/lib/lockdep/Makefile | |||
@@ -149,7 +149,7 @@ install_lib: all_cmd | |||
149 | install: install_lib | 149 | install: install_lib |
150 | 150 | ||
151 | clean: | 151 | clean: |
152 | $(RM) *.o *~ $(TARGETS) *.a *liblockdep*.so* $(VERSION_FILES) .*.d | 152 | $(RM) *.o *~ $(TARGETS) *.a *liblockdep*.so* $(VERSION_FILES) .*.d .*.cmd |
153 | $(RM) tags TAGS | 153 | $(RM) tags TAGS |
154 | 154 | ||
155 | PHONY += force | 155 | PHONY += force |