aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9cf07e7b9f88..8294cd73b3aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1177,10 +1177,10 @@ define all-sources
1177endef 1177endef
1178 1178
1179quiet_cmd_cscope-file = FILELST cscope.files 1179quiet_cmd_cscope-file = FILELST cscope.files
1180 cmd_cscope-file = $(all-sources) > cscope.files 1180 cmd_cscope-file = (echo \-k; echo \-q; $(all-sources)) > cscope.files
1181 1181
1182quiet_cmd_cscope = MAKE cscope.out 1182quiet_cmd_cscope = MAKE cscope.out
1183 cmd_cscope = cscope -k -b -q 1183 cmd_cscope = cscope -b
1184 1184
1185cscope: FORCE 1185cscope: FORCE
1186 $(call cmd,cscope-file) 1186 $(call cmd,cscope-file)