summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_xpkg_prepare.make
blob: 60d18c5677f6fab1ac387a8b765f7ba9b03dca64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*-makefile-*-
#
# Copyright (C) 2005, 2006, 2007 Robert Schwebel <r.schwebel@pengutronix.de>
#               2008, 2009 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

#
# install_init
#
# prepares for new xpkg package creation
#
# $1: xpkg label
#
install_init = \
	$(call xpkg/prepare, $(1))


#
# xpkg/prepare
#
# prepares for new xpkg package creation
#
# $1: xpkg label
#
xpkg/prepare = \
	$(call xpkg/env, $(1)) \
	ptxd_make_xpkg_prepare

# vim: syntax=make