[RFC PATCH V2 1/9] add cscope Makefile target
Jason Cooper
jason at lakedaemon.net
Fri Aug 2 11:51:08 EDT 2013
Signed-off-by: Jason Cooper <jason at lakedaemon.net>
---
.gitignore | 1 +
Makefile | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/.gitignore b/.gitignore
index c3b59bf..ac4198c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.sh
*.o
*.bin
+cscope.*
matcher
uImage
input/zImage
diff --git a/Makefile b/Makefile
index 5ad5fc0..da2982a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,3 +43,9 @@ uImage: matcher.bin
clean:
rm -fr matcher.bin matcher *.o uImage
+distclean: clean
+ rm -fr cscope.*
+
+cscope:
+ -find . -name "*.[chS]" >cscope.files
+ -cscope -b -R
--
1.8.3.2
More information about the linux-arm-kernel
mailing list