From 0513fef19af23740128b9000848063ce596753e5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 3 Jun 2015 22:41:27 +0200 Subject: 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 --- package/matchbox/matchbox.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/matchbox') diff --git a/package/matchbox/matchbox.mk b/package/matchbox/matchbox.mk index 17d89d849..ae989b394 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 -- cgit v1.2.3