Searched refs:cscope (Results 1 – 2 of 2) sorted by relevance
20 .PHONY: arch_clean clean distclean cscope139 $(RM) lib/asm lib/config.h config.mak $(TEST_DIR)-run msr.out cscope.* build-head142 cscope: cscope_dirs = lib lib/libfdt lib/linux $(TEST_DIR) $(ARCH_LIBDIRS) lib/asm-generic target143 cscope: target144 $(RM) ./cscope.*146 -name '*.[chsS]' -exec realpath --relative-base=$(CURDIR) {} \; | sort -u > ./cscope.files147 cscope -bk
15 cscope.*