summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40aa91ca8568..9b98d985a561 100644
--- a/Makefile
+++ b/Makefile
@@ -830,7 +830,7 @@ quiet_cmd_cscope-file = FILELST cscope.files
cmd_cscope-file = $(all-sources) > cscope.files
quiet_cmd_cscope = MAKE cscope.out
- cmd_cscope = cscope -k -b
+ cmd_cscope = cscope -k -b -q
cscope: FORCE
$(call cmd,cscope-file)