]> git.baikalelectronics.ru Git - kernel.git/commit
tags: honor COMPILED_SOURCE with apart output directory
authorRobert Jarzmik <robert.jarzmik@free.fr>
Mon, 5 Jun 2017 11:59:15 +0000 (13:59 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 5 Jun 2017 23:42:34 +0000 (08:42 +0900)
commita48ee8ff745d764ea2b0a8d79fa1a11e0fc5edde
tree859412958692b70971654ad7a68e697408531b52
parent4abd49b55218bdeb77ca7ec0548925f980af5011
tags: honor COMPILED_SOURCE with apart output directory

When the kernel is compiled with an "O=" argument, the object files are
not in the source tree, but in the build tree.

This patch fixes O= build by looking for object files in the build tree.

Fixes: 47c0dfd253a9 ("scripts/tags.sh: Support compiled source")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/tags.sh