diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,7 @@ outputmakefile: | |||
408 | # of make so .config is not included in this case either (for *config). | 408 | # of make so .config is not included in this case either (for *config). |
409 | 409 | ||
410 | no-dot-config-targets := clean mrproper distclean \ | 410 | no-dot-config-targets := clean mrproper distclean \ |
411 | cscope TAGS tags help %docs check% kernelrelease | 411 | cscope TAGS tags help %docs check% |
412 | 412 | ||
413 | config-targets := 0 | 413 | config-targets := 0 |
414 | mixed-targets := 0 | 414 | mixed-targets := 0 |