summaryrefslogtreecommitdiffstats
path: root/package/matchbox
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-06-03 22:41:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-09 22:58:46 +0200
commit0513fef19af23740128b9000848063ce596753e5 (patch)
treeb807f5399ec9068eede9251021796d4250697ee4 /package/matchbox
parentcbb8096076cad57293ea9ad334750227e8d4b9ff (diff)
downloadbuildroot-0513fef19af23740128b9000848063ce596753e5.tar.gz
buildroot-0513fef19af23740128b9000848063ce596753e5.zip
package/matchbox: remove superfluous conditional includes
Now that the matchbox package no longer forcibly add entries to the PACKAGES list, and entirely relies on having proper packages, we can safely include all matchbox sub-packages .mk files, and the pkg-infra will take care of building only those that are enabled. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/matchbox')
-rw-r--r--package/matchbox/matchbox.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/matchbox/matchbox.mk b/package/matchbox/matchbox.mk
index 17d89d8496..ae989b3941 100644
--- a/package/matchbox/matchbox.mk
+++ b/package/matchbox/matchbox.mk
@@ -1,3 +1 @@
-ifeq ($(BR2_PACKAGE_MATCHBOX),y)
include $(sort $(wildcard package/matchbox/*/*.mk))
-endif
OpenPOWER on IntegriCloud