diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-21 15:45:11 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-21 11:33:18 -0500 |
commit | 276511871b405ced706fc8dde11352940bd947c8 (patch) | |
tree | 5ed71fdb7206855df53747c8dc51144f675eccdf | |
parent | 73c8b52b392821af150f814aef6e8a88f9f24c42 (diff) | |
download | u-boot-imx-276511871b405ced706fc8dde11352940bd947c8.zip u-boot-imx-276511871b405ced706fc8dde11352940bd947c8.tar.gz u-boot-imx-276511871b405ced706fc8dde11352940bd947c8.tar.bz2 |
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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |