Searched refs:cscope (Results 1 – 6 of 6) sorted by relevance
6 cscope.*
268 PHONY += force cscope tags check check_abi check_version271 cscope: target272 ls *.c *.h > cscope.files273 cscope -b -q -I $(srctree)/include -f cscope.out
313 cscope.*333 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib ..334 cscope:335 $(RM) cscope.*339 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files340 cscope -b
27 cscope*
225 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help1048 cscope:1049 $(QUIET_GEN)$(RM) cscope*; \1050 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…1286 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \1341 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
103 make_cscope := cscope198 ifneq ($(call has,cscope),)212 test_make_cscope = test -f cscope.out
Completed in 18 milliseconds