aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dac8010c142..3152d6377eb2 100644
--- a/Makefile
+++ b/Makefile
@@ -407,7 +407,7 @@ outputmakefile:
407# of make so .config is not included in this case either (for *config). 407# of make so .config is not included in this case either (for *config).
408 408
409no-dot-config-targets := clean mrproper distclean \ 409no-dot-config-targets := clean mrproper distclean \
410 cscope TAGS tags help %docs check% 410 cscope TAGS tags help %docs check% kernelrelease
411 411
412config-targets := 0 412config-targets := 0
413mixed-targets := 0 413mixed-targets := 0