From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfT0P-0007td-94 for qemu-devel@nongnu.org; Mon, 03 Dec 2012 05:12:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfT0L-0008HY-Kb for qemu-devel@nongnu.org; Mon, 03 Dec 2012 05:12:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfT0L-0008HL-D3 for qemu-devel@nongnu.org; Mon, 03 Dec 2012 05:12:01 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB3AC0P2003512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Dec 2012 05:12:00 -0500 From: Gerd Hoffmann Date: Mon, 3 Dec 2012 11:11:57 +0100 Message-Id: <1354529518-25534-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1354529518-25534-1-git-send-email-kraxel@redhat.com> References: <1354529518-25534-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 2/3] configure: also symlink *.aml files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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-* \ -- 1.7.1