From: Gerd Hoffmann Date: Mon, 3 Dec 2012 09:45:49 +0000 (+0100) Subject: configure: also symlink *.aml files X-Git-Tag: qemu-xen-4.4.0-rc1~6^2~1461^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5acc2ec041b2fd5c9a85d9d12362c08d3b3bf339;p=qemu-upstream-4.4-testing.git configure: also symlink *.aml files Signed-off-by: Gerd Hoffmann --- diff --git a/configure b/configure index 9538041d0..1e9fd868a 100755 --- 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-* \