]> git.ipfire.org Git - people/ms/u-boot.git/commit
Makefile: fix the {c, e}tags/cscope build targets
authorIgor Grinberg <grinberg@compulab.co.il>
Tue, 15 Jul 2014 12:52:00 +0000 (15:52 +0300)
committerTom Rini <trini@ti.com>
Tue, 22 Jul 2014 11:44:27 +0000 (07:44 -0400)
commit8d819ab5e18618b2f143e64655981ba3a6ae5711
tree0907e0e8c2de87caad2ccc65a9d2494cf7ae114c
parent11547b299244418876bc70f149aa3b2dfae1698e
Makefile: fix the {c, e}tags/cscope build targets

Commit 9e41403 (kbuild: change out-of-tree build)
changed the U-Boot build working directory to the output tree
for the out-of-tree builds.
This broke the {c,e}tags/cscope build targets as TAG_SUBDIRS variable
collected directories based on assumption that the build working
directory is the U-Boot source tree directory.

Fix the {c,e}tags/cscope build targets by adding the $(srctree) prefix.
Also, remove the $(obj) prefix from the etags build target to finish
the $(obj) prefix removal started by the same commit.

Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Makefile