From patchwork Thu Nov 12 20:53:15 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 38293 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 455A7B7BAD for ; Fri, 13 Nov 2009 08:25:26 +1100 (EST) Received: from localhost ([127.0.0.1]:45115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8hAR-0001S5-AM for incoming@patchwork.ozlabs.org; Thu, 12 Nov 2009 16:25:23 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8gfW-0005De-Ec for qemu-devel@nongnu.org; Thu, 12 Nov 2009 15:53:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8gfP-00057i-A2 for qemu-devel@nongnu.org; Thu, 12 Nov 2009 15:53:24 -0500 Received: from [199.232.76.173] (port=48097 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8gfP-00057G-2S for qemu-devel@nongnu.org; Thu, 12 Nov 2009 15:53:19 -0500 Received: from cantor.suse.de ([195.135.220.2]:43439 helo=mx1.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8gfN-0008Ei-Lv for qemu-devel@nongnu.org; Thu, 12 Nov 2009 15:53:18 -0500 Received: from relay2.suse.de (relay-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 167D993717; Thu, 12 Nov 2009 21:53:16 +0100 (CET) From: Alexander Graf To: qemu-devel@nongnu.org Date: Thu, 12 Nov 2009 21:53:15 +0100 Message-Id: <1258059195-17582-7-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 In-Reply-To: <1258059195-17582-1-git-send-email-agraf@suse.de> References: <1258059195-17582-1-git-send-email-agraf@suse.de> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 Cc: Glauber Costa , Juan Quintela , Avi Kivity , Christoph Hellwig Subject: [Qemu-devel] [PATCH 6/6] Add linuxboot to BLOBS X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org We should install linuxboot.bin too, so let's add it to the to-be-installed blobs. Signed-off-by: Alexander Graf --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 30f1c9d..a6647c2 100644 --- a/Makefile +++ b/Makefile @@ -256,7 +256,7 @@ video.x openbios-sparc32 openbios-sparc64 openbios-ppc \ pxe-ne2k_pci.bin pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin \ pxe-virtio.bin pxe-eepro100.bin pxe-pcnet.bin \ bamboo.dtb petalogix-s3adsp1800.dtb \ -multiboot.bin +multiboot.bin linuxboot.bin else BLOBS= endif