Home
last modified time | relevance | path

Searched hist:"82 f04bfe2aff428b063eefd234679b2d693228ed" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/gpio/
H A DMakefilediff 82f04bfe2aff428b063eefd234679b2d693228ed Wed Mar 25 11:31:54 CET 2020 Anssi Hannula <anssi.hannula@bitwise.fi> tools: gpio: Fix out-of-tree build regression

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@vger.kernel.org>
Cc: Laura Abbott <labbott@redhat.com>
Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
Link: https://lore.kernel.org/r/20200325103154.32235-1-anssi.hannula@bitwise.fi
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>