From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBUch-0006BM-36 for qemu-devel@nongnu.org; Sun, 17 Apr 2011 12:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBUcg-0007Dw-6c for qemu-devel@nongnu.org; Sun, 17 Apr 2011 12:14:55 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:58884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBUcf-0007DC-Tt for qemu-devel@nongnu.org; Sun, 17 Apr 2011 12:14:54 -0400 Received: by mail-px0-f174.google.com with SMTP id 15so8611426pxi.33 for ; Sun, 17 Apr 2011 09:14:53 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Sun, 17 Apr 2011 09:14:35 -0700 Message-Id: <1303056876-14320-5-git-send-email-rth@twiddle.net> In-Reply-To: <1303056876-14320-1-git-send-email-rth@twiddle.net> References: <1303056876-14320-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 4/5] target-alpha: Prepare for Alpha BIOS images. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Richard Henderson --- Makefile | 3 ++- configure | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa93be5..a3ac9c7 100644 --- a/Makefile +++ b/Makefile @@ -184,7 +184,8 @@ pxe-rtl8139.bin pxe-virtio.bin \ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \ multiboot.bin linuxboot.bin \ s390-zipl.rom \ -spapr-rtas.bin slof.bin +spapr-rtas.bin slof.bin \ +palcode-sx164 else BLOBS= endif diff --git a/configure b/configure index da2da04..4a93972 100755 --- a/configure +++ b/configure @@ -3454,7 +3454,7 @@ FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" -for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-*; do +for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-* $source_path/pc-bios/palcode-*; do FILES="$FILES pc-bios/`basename $bios_file`" done mkdir -p $DIRS -- 1.7.4.2