From patchwork Mon Apr 8 21:08:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sander Eikelenboom X-Patchwork-Id: 234892 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E9D312C00E9 for ; Tue, 9 Apr 2013 07:29:20 +1000 (EST) Received: from localhost ([::1]:33604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPJcs-0007ID-TQ for incoming@patchwork.ozlabs.org; Mon, 08 Apr 2013 17:29:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPJcV-0007Ec-NQ for qemu-devel@nongnu.org; Mon, 08 Apr 2013 17:28:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPJcU-0002ep-D2 for qemu-devel@nongnu.org; Mon, 08 Apr 2013 17:28:55 -0400 Received: from [84.200.39.61] (port=55275 helo=smtp.eikelenboom.it) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPJcU-0002d9-7D for qemu-devel@nongnu.org; Mon, 08 Apr 2013 17:28:54 -0400 Received: from 224-66-ftth.on.nl ([88.159.66.224]:55598 helo=serveerstertje.dyndns.org) by smtp.eikelenboom.it with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1UPJIa-0004Nt-LN; Mon, 08 Apr 2013 23:08:20 +0200 From: Sander Eikelenboom To: qemu-devel@nongnu.org Date: Mon, 8 Apr 2013 23:08:13 +0200 Message-Id: <1365455293-7084-1-git-send-email-linux@eikelenboom.it> X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 84.200.39.61 Cc: Sander Eikelenboom , aliguori@us.ibm.com, kraxel@redhat.com Subject: [Qemu-devel] [PATCH] Update Makefile to actually install the new efi-enabled nic roms that are used by default. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Commit c45e5b5b30ac1f5505725a7b36e68cedfce4f01f made a switch use the efi-enabled nic roms by default. This patch updates the Makefile to install the roms so they can actually be used. Signed-off-by: Sander Eikelenboom Reviewed-by: Gerd Hoffmann --- Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 80344d9..501daba 100644 --- a/Makefile +++ b/Makefile @@ -272,6 +272,8 @@ acpi-dsdt.aml q35-acpi-dsdt.aml \ ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \ pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \ pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \ +efi-e1000.rom efi-eepro100.rom efi-ne2k_pci.rom \ +efi-pcnet.rom efi-rtl8139.rom efi-virtio.rom \ qemu-icon.bmp \ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \ multiboot.bin linuxboot.bin kvmvapic.bin \