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>
This commit is contained in:
Thomas Petazzoni 2016-09-22 12:39:40 +02:00
parent 73a6401606
commit affaea4b05

View File

@ -27,7 +27,7 @@ LINUX_TOOLS_INSTALL_STAGING = YES
# However, since the files we include here are in the same directory as # 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 # the current Makefile, we are OK. But this is a hard requirement: files
# included here *must* be in the same directory! # 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),\ LINUX_TOOLS_DEPENDENCIES += $(foreach tool,$(LINUX_TOOLS),\
$(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\ $(if $(BR2_PACKAGE_LINUX_TOOLS_$(call UPPERCASE,$(tool))),\