]> www.infradead.org Git - users/dwmw2/linux.git/commit
tools/rtla: Fix installation from out-of-tree build
authorBen Hutchings <benh@debian.org>
Sun, 15 Sep 2024 23:31:58 +0000 (01:31 +0200)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 3 Oct 2024 20:43:22 +0000 (16:43 -0400)
commitf771d5369f1dbfe32c93bcb4f5d7ca8322b15389
treeac2f96764c62e118d5d875fa320f01af1cdb5fef
parent50a3242d84ee1625b0bfef29b95f935958dccfbe
tools/rtla: Fix installation from out-of-tree build

rtla now supports out-of-tree builds, but installation fails as it
still tries to install the rtla binary from the source tree.  Use the
existing macro $(RTLA) to refer to the binary.

Link: https://lore.kernel.org/ZudubuoU_JHjPZ7w@decadent.org.uk
Fixes: 01474dc706ca ("tools/rtla: Use tools/build makefiles to build rtla")
Reviewed-by: Tomas Glozar <tglozar@redhat.com>
Tested-by: Tomas Glozar <tglozar@redhat.com>
Signed-off-by: Ben Hutchings <benh@debian.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/tracing/rtla/Makefile.rtla