aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/lockdep/Makefile
diff options
context:
space:
mode:
authorSasha Levin <sasha.levin@oracle.com>2014-05-08 13:55:13 -0400
committerSasha Levin <sasha.levin@oracle.com>2014-05-08 13:55:13 -0400
commitad3b564deb91c67ff9621255307ed31da870c8f7 (patch)
tree59e1b4ccc8337c48b7f9fac299179403d7345c85 /tools/lib/lockdep/Makefile
parenttools/liblockdep: Build liblockdep from tools/Makefile (diff)
downloadlinux-dev-ad3b564deb91c67ff9621255307ed31da870c8f7.tar.xz
linux-dev-ad3b564deb91c67ff9621255307ed31da870c8f7.zip
tools/liblockdep: Remove all build files when doing make clean
We forgot to remove the shared library with the version number when 'make clean' ran, fix the clean pattern. Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'tools/lib/lockdep/Makefile')
-rw-r--r--tools/lib/lockdep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/lockdep/Makefile b/tools/lib/lockdep/Makefile
index c70919b5ebe7..bba2f5253b6e 100644
--- a/tools/lib/lockdep/Makefile
+++ b/tools/lib/lockdep/Makefile
@@ -230,7 +230,7 @@ install_lib: all_cmd
install: install_lib
clean:
- $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d
+ $(RM) *.o *~ $(TARGETS) *.a *liblockdep*.so* $(VERSION_FILES) .*.d
$(RM) tags TAGS
endif # skip-makefile