Searched refs:cscope (Results 1 – 6 of 6) sorted by relevance
6 cscope.*
281 PHONY += force cscope tags check check_abi check_version284 cscope: target285 ls *.c *.h > cscope.files286 cscope -b -q -I $(srctree)/include -f cscope.out
317 cscope.*337 cscope: include_paths = $(LINUX_TOOL_INCLUDE) $(LINUX_HDR_PATH) include lib .. target338 cscope: target339 $(RM) cscope.*343 -exec realpath --relative-base=$(PWD) {} \;) | sort -u > cscope.files344 cscope -b
27 cscope*
240 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help1039 cscope:1040 $(QUIET_GEN)$(RM) cscope*; \1041 …$(FIND) $(TAG_FOLDERS) -name '*.[hcS]' -print -o -name '*.cpp' -print | xargs cscope -b $(TAG_FILE…1280 $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE \1335 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope FORCE prepare
105 make_cscope := cscope201 ifneq ($(call has,cscope),)215 test_make_cscope = test -f cscope.out