aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af602d75c..f110fed24 100644
--- a/Makefile
+++ b/Makefile
@@ -361,7 +361,8 @@ endif
361# of make so .config is not included in this case either (for *config). 361# of make so .config is not included in this case either (for *config).
362 362
363no-dot-config-targets := clean mrproper distclean \ 363no-dot-config-targets := clean mrproper distclean \
364 cscope TAGS tags help %docs check% 364 cscope TAGS tags help %docs
365#bbox# check% is removed from above
365 366
366config-targets := 0 367config-targets := 0
367mixed-targets := 0 368mixed-targets := 0