From: Yann E. MORIN Date: Wed, 3 Jun 2015 20:41:27 +0000 (+0200) Subject: package/matchbox: remove superfluous conditional includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0513fef19af23740128b9000848063ce596753e5;p=buildroot.git 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" Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- 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