summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-21 15:45:11 +0900
committerTom Rini <trini@ti.com>2014-02-21 11:33:18 -0500
commit276511871b405ced706fc8dde11352940bd947c8 (patch)
tree5ed71fdb7206855df53747c8dc51144f675eccdf /Makefile
parent73c8b52b392821af150f814aef6e8a88f9f24c42 (diff)
downloadblackbird-obmc-uboot-276511871b405ced706fc8dde11352940bd947c8.tar.gz
blackbird-obmc-uboot-276511871b405ced706fc8dde11352940bd947c8.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 56d3d750a8..ed7c6a0045 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
OpenPOWER on IntegriCloud