From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJxPH-0004Ic-S5 for qemu-devel@nongnu.org; Mon, 04 Jul 2016 02:31:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJxPF-0000Gn-Eh for qemu-devel@nongnu.org; Mon, 04 Jul 2016 02:30:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJxPF-0000Gi-8O for qemu-devel@nongnu.org; Mon, 04 Jul 2016 02:30:57 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DAD05C05FBC3 for ; Mon, 4 Jul 2016 06:30:56 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 4 Jul 2016 08:30:48 +0200 Message-Id: <1467613849-12476-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1467613849-12476-1-git-send-email-kraxel@redhat.com> References: <1467613849-12476-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 7/8] ipxe: add new roms to BLOBS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: 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