summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_world_prepare.make
blob: f88c75c03893f79d0c88f8a00f49f1f23de9f402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*-makefile-*-
#
# Copyright (C) 2008, 2009 by Marc Kleine-Budde <mkl@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.
#

$(STATEDIR)/%.prepare:
	@$(call targetinfo)
	@$(call world/prepare, $(PTX_MAP_TO_PACKAGE_$(*)))
	@$(call touch)

#
# prepare for target autoconf and cmake packages
#
world/prepare = \
	+$(call world/env, $1) \
	ptxd_make_world_prepare

# vim: syntax=make