[U-Boot] [PATCH v2] kbuild: fix errors of 'make *tags' and 'make cscope'
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Feb 21 07:45:11 CET 2014
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Reported-by: Nishanth Menon <nm at ti.com>
---
Changes in v2:
- Rebase on the Commit 6853e6aa
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 4cc7256..dd5f8f2 100644
--- a/Makefile
+++ b/Makefile
@@ -412,7 +412,7 @@ endif
# of make so .config is not included in this case either (for *config).
no-dot-config-targets := clean clobber mrproper distclean \
- cscope TAGS %tags help %docs check% coccicheck \
+ help %docs check% coccicheck \
backup
config-targets := 0
--
1.8.3.2
More information about the U-Boot
mailing list