]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commitdiff
S390: BIOS create link to src folder for .img file
authorDominik Dingel <dingel@linux.vnet.ibm.com>
Mon, 29 Apr 2013 04:52:06 +0000 (04:52 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 6 May 2013 15:30:00 +0000 (17:30 +0200)
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>
Signed-off-by: Alexander Graf <agraf@suse.de>
configure

index a9ff4ad882837a67e6969d09faaea54d52ba92d3..9439f1c727661df47bcd8a77370ddc85d5178c81 100755 (executable)
--- a/configure
+++ b/configure
@@ -4518,6 +4518,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