]> www.infradead.org Git - users/dwmw2/linux.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)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 23 May 2018 01:36:28 +0000 (21:36 -0400)
commiteedfdeb536f8529cab193a794bc84aa1f94d294f
treecf192cbb41066d8bd514b861300057f47683fb52
parent0af3eee08b7c9d4aaea2a35cdc32f66b9761e36d
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>
scripts/tags.sh