On 29.04.2013, at 16:52, Dominik Dingel wrote: > For *.img files, there will be a link created directly to the src folder, > like for all other blobs. > > Signed-off-by: Dominik Dingel <din...@linux.vnet.ibm.com>
Thanks, applied to s390-next. Alex > > diff --git a/configure b/configure > index cb29b69..2ab54ec 100755 > --- a/configure > +++ b/configure > @@ -4389,6 +4389,7 @@ for bios_file in \ > $source_path/pc-bios/*.aml \ > $source_path/pc-bios/*.rom \ > $source_path/pc-bios/*.dtb \ > + $source_path/pc-bios/*.img \ > $source_path/pc-bios/openbios-* \ > $source_path/pc-bios/palcode-* > do > -- > 1.7.9.5 >