summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlfredo Alvarez Fernandez <alfredo.alvarez_fernandez@nokia.com>2017-04-28 11:35:21 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-10-22 15:42:26 +0200
commit862b76cfefc101943f09db2a73f5519f9a5bb2cb (patch)
treed5141663abb38f6171ae97486bb313e8b0f2d8a8 /Makefile
parent36d398ac30f35ca9d4405a9dee2b33560ec3595d (diff)
downloadbuildroot-862b76cfefc101943f09db2a73f5519f9a5bb2cb.tar.gz
buildroot-862b76cfefc101943f09db2a73f5519f9a5bb2cb.zip
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 <alfredo.alvarez_fernandez@nokia.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud