summaryrefslogtreecommitdiffstats
path: root/rules/post/zzz-images.make
blob: f6842960777fc33c16a1b1c945ac593de275371d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*-makefile-*-
#
# Copyright (C) 2003-2010 by the ptxdist project <ptxdist@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.
#

#
# create all requested images
#
PHONY += images
images: world

# vim: syntax=make