diff --git a/Makefile b/Makefile index 5367cc0449..fcf8a5820f 100644 --- a/Makefile +++ b/Makefile @@ -231,7 +231,7 @@ endif mkdir -p "$(DESTDIR)$(datadir)" set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \ video.x openbios-sparc32 openbios-sparc64 pxe-ne2k_pci.bin \ - pxe-rtl8139.bin pxe-pcnet.bin; do \ + pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin; do \ $(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \ done ifndef CONFIG_WIN32 @@ -341,6 +341,7 @@ tarbin: $(datadir)/pxe-ne2k_pci.bin \ $(datadir)/pxe-rtl8139.bin \ $(datadir)/pxe-pcnet.bin \ + $(datadir)/pxe-e1000.bin \ $(docdir)/qemu-doc.html \ $(docdir)/qemu-tech.html \ $(mandir)/man1/qemu.1 $(mandir)/man1/qemu-img.1 diff --git a/pc-bios/pxe-e1000.bin b/pc-bios/pxe-e1000.bin new file mode 100644 index 0000000000..99e4c1f255 Binary files /dev/null and b/pc-bios/pxe-e1000.bin differ