projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25bbf61
)
configure: also symlink *.aml files
author
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 3 Dec 2012 09:45:49 +0000
(10:45 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 4 Jan 2013 07:51:56 +0000
(08:51 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 9538041d05489a2c4f8e11f5589f630eb4948f06..1e9fd868afc3949f83e623b15c8a37c518453e1f 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-4240,6
+4240,7
@@
FILES="$FILES pc-bios/spapr-rtas/Makefile"
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
for bios_file in \
$source_path/pc-bios/*.bin \
+ $source_path/pc-bios/*.aml \
$source_path/pc-bios/*.rom \
$source_path/pc-bios/*.dtb \
$source_path/pc-bios/openbios-* \