All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] linux-tools: fix include path
@ 2016-09-22 10:39 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-09-22 10:39 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=affaea4b0516f28d5fce0b27fc2aba3b33b110c1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The .mk files in linux-tools are named linux-tool-*.mk, not
linux-ext-*.mk.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/linux-tools/linux-tools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/linux-tools/linux-tools.mk b/package/linux-tools/linux-tools.mk
index d45f950..dada172 100644
--- a/package/linux-tools/linux-tools.mk
+++ b/package/linux-tools/linux-tools.mk
@@ -27,7 +27,7 @@ LINUX_TOOLS_INSTALL_STAGING = YES
 # However, since the files we include here are in the same directory as
 # the current Makefile, we are OK. But this is a hard requirement: files
 # included here *must* be in the same directory!
-include $(sort $(wildcard package/linux-tools/linux-ext-*.mk))
+include $(sort $(wildcard package/linux-tools/linux-tool-*.mk))
 
 LINUX_TOOLS_DEPENDENCIES += $(foreach tool,$(LINUX_TOOLS),\
 	$(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-22 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 10:39 [Buildroot] [git commit] linux-tools: fix include path Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.