On Wed, Mar 25, 2020 at 11:33 AM Anssi Hannula <anssi.hannula@xxxxxxxxxx> wrote: > Commit 0161a94e2d1c7 ("tools: gpio: Correctly add make dependencies for > gpio_utils") added a make rule for gpio-utils-in.o but used $(output) > instead of the correct $(OUTPUT) for the output directory, breaking > out-of-tree build (O=xx) with the following error: > > No rule to make target 'out/tools/gpio/gpio-utils-in.o', needed by 'out/tools/gpio/lsgpio-in.o'. Stop. > > Fix that. > > Fixes: 0161a94e2d1c ("tools: gpio: Correctly add make dependencies for gpio_utils") > Cc: <stable@xxxxxxxxxxxxxxx> > Cc: Laura Abbott <labbott@xxxxxxxxxx> > Signed-off-by: Anssi Hannula <anssi.hannula@xxxxxxxxxx> Patch applied with Bartosz' review tag. Yours, Linus Walleij