[U-Boot] [PATCH] kbuild: fix errors of 'make *tags' and 'make cscope'

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Feb 21 04:56:38 CET 2014


Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Reported-by: Nishanth Menon <nm at ti.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b91381c..a06abec 100644
--- a/Makefile
+++ b/Makefile
@@ -414,7 +414,7 @@ version_h := include/generated/version_autogenerated.h
 timestamp_h := include/generated/timestamp_autogenerated.h
 
 no-dot-config-targets := clean clobber mrproper distclean \
-			 cscope TAGS %tags help %docs check% coccicheck \
+			 help %docs check% coccicheck \
 			 ubootversion backup
 
 config-targets := 0
-- 
1.8.3.2



More information about the U-Boot mailing list