diff mbox

[v2,3/5] S390: BIOS create link to src folder for .img file

Message ID 1367247128-22409-4-git-send-email-dingel@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Dingel April 29, 2013, 2:52 p.m. UTC
For *.img files, there will be a link created directly to the src folder,
like for all other blobs.

Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>

Comments

Alexander Graf April 30, 2013, 10:23 a.m. UTC | #1
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 <dingel@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
>
diff mbox

Patch

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