From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwia-0000LH-0U for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:34:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIwiW-0001G7-Qn for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:34:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIwiW-0001Es-Lw for qemu-devel@nongnu.org; Fri, 01 Jul 2016 07:34:40 -0400 From: Gerd Hoffmann Date: Fri, 1 Jul 2016 13:34:26 +0200 Message-Id: <1467372867-473-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 1/2] ipxe: add new roms to BLOBS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7087fc2..5ea13bc 100644 --- a/Makefile +++ b/Makefile @@ -416,6 +416,7 @@ 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 \ +efi-e1000e.rom efi-vmxnet3.rom \ qemu-icon.bmp qemu_logo_no_text.svg \ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \ multiboot.bin linuxboot.bin kvmvapic.bin \ -- 1.8.3.1