No description
Find a file
Anssi Hannula 2e22edcd73 tools: gpio: Fix out-of-tree build regression
commit 82f04bfe2aff428b063eefd234679b2d693228ed upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-17 10:48:50 +02:00
arch powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init() 2020-04-17 10:48:49 +02:00
block
certs
crypto
Documentation ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups 2020-04-17 10:48:45 +02:00
drivers erofs: correct the remaining shrink objects 2020-04-17 10:48:49 +02:00
firmware
fs btrfs: fix missing semaphore unlock in btrfs_sync_file 2020-04-17 10:48:49 +02:00
include signal: Extend exec_id to 64bits 2020-04-17 10:48:47 +02:00
init
ipc
kernel x86/speculation: Remove redundant arch_smt_update() invocation 2020-04-17 10:48:50 +02:00
lib
LICENSES
mm slub: improve bit diffusion for freelist ptr obfuscation 2020-04-17 10:48:43 +02:00
net
samples
scripts
security KEYS: reaching the keys quotas correctly 2020-04-17 10:48:46 +02:00
sound ALSA: hda/realtek - Add quirk for MSI GL63 2020-04-17 10:48:45 +02:00
tools tools: gpio: Fix out-of-tree build regression 2020-04-17 10:48:50 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.