summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_xpkg_prepare.make
blob: 3568eb57eeceb75ef85b4f9eb47edc9a787f32bc (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
33
34
# -*-makefile-*-
#
# Copyright (C) 2005, 2006, 2007 Robert Schwebel <r.schwebel@pengutronix.de>
#               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.
#

#
# 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