diff mbox

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

Message ID 1392965111-27948-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada Feb. 21, 2014, 6:45 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reported-by: Nishanth Menon <nm@ti.com>
---

Changes in v2:
  - Rebase on the Commit 6853e6aa

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Feb. 21, 2014, 7:59 p.m. UTC | #1
On Fri, Feb 21, 2014 at 03:45:11PM +0900, Masahiro Yamada wrote:

> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
> Reported-by: Nishanth Menon <nm@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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