aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-04-08 15:09:43 +0300
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2011-04-08 15:09:43 +0300
commit9f85a1204fd2f55455224637b1ce9a1df5ae1205 (patch)
treebd75eae8f217dc69ae2650c9afe0a98846653389 /Makefile
parent2fd3de12b9afbb22adc0fe808312ca4e142dd459 (diff)
mtd-utils: Makefile: introduce cscope target
Add a "cscope" target to make it easier to develop in the repository. Indeed, many people like me are accustomed to "make cscope" in the kernel, and it is very convenient to have this in mtd-utils as well. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f264e9..6a65258 100644
--- a/Makefile
+++ b/Makefile
@@ -64,3 +64,6 @@ install:: ${TARGETS} ${SCRIPTS}
tests::
$(MAKE) -C $(TESTS)
+
+cscope:
+ cscope -bR