]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 15 Sep 2017 17:29:57 +0000 (18:29 +0100)
commitdc122c5c136fe10591313e7ef9f8d2c8e7309333
tree4fb55ef3bb48577d54f518f914617163c12eeef5
parent8b075c0f665571b130bdc03181c341fbe143636e
tags: honor COMPILED_SOURCE with apart output directory

commit cbf52a3e6a8a92beec6e0c70abf4111cd8f8faf7 upstream.

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: 923e02ecf3f8 ("scripts/tags.sh: Support compiled source")
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
scripts/tags.sh