[PATCH] mtd-utils: Makefile: introduce cscope target
Artem Bityutskiy
dedekind1 at gmail.com
Fri Apr 8 08:11:29 EDT 2011
From: Artem Bityutskiy <Artem.Bityutskiy at nokia.com>
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 at nokia.com>
---
Makefile | 3 +++
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
--
1.7.2.3
More information about the linux-mtd
mailing list