summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_collection.make
blob: 4b2a559971aba4477eeb84c6faacbdbbbaebdc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-makefile-*-
#
# Copyright (C) 2012 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

ptx/collection = $(PACKAGES-y) $(filter $(foreach PKG,$(call ptx/force-shell, sed -n 's/^PTXCONF_\([^_][^=]*\)=y$$/\1/p' "$(strip $(1))"),$(PTX_MAP_TO_package_$(PKG))), $(PACKAGES-m))

# vim: syntax=make