summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 1bf95f05b..bc845d698 100644
--- a/config.mk
+++ b/config.mk
@@ -234,6 +234,11 @@ cscope: code_pass
find ../../ -name '*.[CHchS]' -type f -fprint cscope.files; \
cscope -bqk)
+ctags: code_pass
+ mkdir -p ${ROOTPATH}/obj/cscope
+ (cd ${ROOTPATH}/obj/cscope ; rm -f tags ; \
+ ctags --recurse=yes --fields=+S ../../src)
+
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),gen_pass)
ifneq ($(MAKECMDGOALS),GEN_PASS)
OpenPOWER on IntegriCloud