summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-22 12:39:40 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-22 12:39:40 +0200
commitaffaea4b0516f28d5fce0b27fc2aba3b33b110c1 (patch)
tree8ca9bd995748c3b66cac77e868f9a4321fcc41ae
parent73a640160641f6096a9e65984f5a862627b9a187 (diff)
downloadbuildroot-affaea4b0516f28d5fce0b27fc2aba3b33b110c1.tar.gz
buildroot-affaea4b0516f28d5fce0b27fc2aba3b33b110c1.zip
linux-tools: fix include path
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>
-rw-r--r--package/linux-tools/linux-tools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux-tools/linux-tools.mk b/package/linux-tools/linux-tools.mk
index d45f950d6d..dada172244 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))),\
OpenPOWER on IntegriCloud