summaryrefslogtreecommitdiffstats
path: root/rules/post/ptxd_make_image_archive.make
blob: 22b62167da3a03f65c8f08815baa9eb706ce4bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*-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.
#

image/archive = \
	$(call world/image/env, $(1)) \
	ptxd_make_image_archive

# vim: syntax=make