summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cd3a83f..3777a1cb 100644
--- a/Makefile
+++ b/Makefile
@@ -335,6 +335,12 @@ tarball:
tags: $(shell find include source platform -name '*.[ch]')
ctags $^
+cscope.files: $(shell find include source platform -name '*.[ch]')
+ @ echo $^ | tr ' ' '\n' > $@
+
+cscope.out: cscope.files
+ cscope -b
+
all: libs apps
clean: