From patchwork Mon Dec 3 10:11:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] configure: also symlink *.aml files Date: Mon, 03 Dec 2012 00:11:57 -0000 From: Gerd Hoffmann X-Patchwork-Id: 203307 Message-Id: <1354529518-25534-3-git-send-email-kraxel@redhat.com> To: qemu-devel@nongnu.org Cc: jbaron@redhat.com, Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 994f731..8483388 100755 --- a/configure +++ b/configure @@ -4190,6 +4190,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-* \