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>
This commit is contained in:
parent
cbb8096076
commit
0513fef19a
@ -1,3 +1 @@
|
||||
ifeq ($(BR2_PACKAGE_MATCHBOX),y)
|
||||
include $(sort $(wildcard package/matchbox/*/*.mk))
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user