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