From 862b76cfefc101943f09db2a73f5519f9a5bb2cb Mon Sep 17 00:00:00 2001 From: Alfredo Alvarez Fernandez Date: Fri, 28 Apr 2017 11:35:21 +0200 Subject: [PATCH] Add DEPENDENCIES_HOST_PREREQ to the list of packages That way packages included in that list like ccache will also be regarded as a normal packages for targets like external-deps, show-targets or legal-info Signed-off-by: Alfredo Alvarez Fernandez Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 02f7cda302..79db7fe48a 100644 --- a/Makefile +++ b/Makefile @@ -486,6 +486,8 @@ include package/Makefile.in -include $(wildcard arch/arch.mk.*) include support/dependencies/dependencies.mk +PACKAGES += $(DEPENDENCIES_HOST_PREREQ) + include toolchain/*.mk include toolchain/*/*.mk -- 2.30.2