Home
last modified time | relevance | path

Searched refs:cscope (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/
DMakefile395 cscope TAGS tags help %docs
987 .kernelrelease Module.symvers tags TAGS cscope* \
1182 quiet_cmd_cscope-file = FILELST cscope.files
1183 cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files
1185 quiet_cmd_cscope = MAKE cscope.out
1186 cmd_cscope = cscope -b
1188 cscope: FORCE target
1189 $(call cmd,cscope-file)
1190 $(call cmd,cscope)