kbuild: fix errors of 'make *tags' and 'make cscope'
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reported-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
parent
73c8b52b39
commit
276511871b
2
Makefile
2
Makefile
|
|
@ -412,7 +412,7 @@ endif
|
||||||
# of make so .config is not included in this case either (for *config).
|
# of make so .config is not included in this case either (for *config).
|
||||||
|
|
||||||
no-dot-config-targets := clean clobber mrproper distclean \
|
no-dot-config-targets := clean clobber mrproper distclean \
|
||||||
cscope TAGS %tags help %docs check% coccicheck \
|
help %docs check% coccicheck \
|
||||||
backup
|
backup
|
||||||
|
|
||||||
config-targets := 0
|
config-targets := 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue