diff options
author | Dominik Dingel | 2013-04-29 06:52:06 +0200 |
---|---|---|
committer | Alexander Graf | 2013-05-06 17:30:00 +0200 |
commit | e89e33e12e4185fa056a5d7ae6d2e8e7f5400a20 (patch) | |
tree | 96c0d282ea0826d923da9ffec0d0dbfcc5780d7b /configure | |
parent | S390: BIOS check for file (diff) | |
download | qemu-e89e33e12e4185fa056a5d7ae6d2e8e7f5400a20.tar.gz qemu-e89e33e12e4185fa056a5d7ae6d2e8e7f5400a20.tar.xz qemu-e89e33e12e4185fa056a5d7ae6d2e8e7f5400a20.zip |
S390: BIOS create link to src folder for .img file
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |