summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_tags.make
blob: edd820c59ca65bc2e11e6c87599764c25a94ccc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*-makefile-*-
#
# Copyright (C) 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

$(STATEDIR)/%.tags: FORCE
	@$(call targetinfo)
	@$(call world/tags, $(PTX_MAP_TO_PACKAGE_$(*)))

#
# tags for target, cross and host packages
#
world/tags = \
	$(call world/env, $1) \
	ptxd_make_world_tags

# vim: syntax=make