# -*-makefile-*- # # Copyright (C) 2012 by Michael Olbrich # # 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/genimage = \ $(call world/image/env, $(1)) \ ptxd_make_image_genimage $($(strip $(1))_CONFIG) # vim: syntax=make