Commit 6cb8a2c5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] enable fast symbol lookup via an inverted index in cscope

From: Louis Zhuang <louis_zhuang@linux.co.intel.com>

enable  fast  symbol lookup via an inverted index.
parent e80802d4
......@@ -830,7 +830,7 @@ quiet_cmd_cscope-file = FILELST cscope.files
cmd_cscope-file = $(all-sources) > cscope.files
quiet_cmd_cscope = MAKE cscope.out
cmd_cscope = cscope -k -b
cmd_cscope = cscope -k -b -q
cscope: FORCE
$(call cmd,cscope-file)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment