OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Apr 2018 17:50:18 +0000 (19:50 +0200)
commit04e22d2e31777698ffb463740496db13c3b5aa22
treed379bd842d456262c1b4d81d76c165315269a80e
parent2ddfd31afc5ffbc9907ca2cbfa3cefc6fd7e0a5b
tags: honor COMPILED_SOURCE with apart output directory

[ Upstream commit cbf52a3e6a8a92beec6e0c70abf4111cd8f8faf7 ]

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: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/tags.sh