From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiiQ0-00053Y-4l for qemu-devel@nongnu.org; Wed, 12 Dec 2012 04:16:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiiPq-0001lj-IQ for qemu-devel@nongnu.org; Wed, 12 Dec 2012 04:15:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiiPq-0001kX-9Q for qemu-devel@nongnu.org; Wed, 12 Dec 2012 04:15:46 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBC9FikR020301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 Dec 2012 04:15:45 -0500 From: Gerd Hoffmann Date: Wed, 12 Dec 2012 10:15:38 +0100 Message-Id: <1355303742-3263-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1355303742-3263-1-git-send-email-kraxel@redhat.com> References: <1355303742-3263-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 1/5] configure: also symlink *.aml files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 38b1cc6..d35563c 100755 --- a/configure +++ b/configure @@ -4197,6 +4197,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