projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7de85
)
S390: BIOS create link to src folder for .img file
author
Dominik Dingel
<dingel@linux.vnet.ibm.com>
Mon, 29 Apr 2013 04:52:06 +0000
(
04:52
+0000)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/configure
b/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