From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Sander Eikelenboom Date: Mon, 8 Apr 2013 23:08:13 +0200 Message-Id: <1365455293-7084-1-git-send-email-linux@eikelenboom.it> Subject: [Qemu-devel] [PATCH] Update Makefile to actually install the new efi-enabled nic roms that are used by default. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Sander Eikelenboom , aliguori@us.ibm.com, kraxel@redhat.com 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 --- 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 \ -- 1.7.2.5