summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--pc-bios/pxe-e1000.binbin0 -> 32768 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5367cc0..fcf8a58 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 0000000..99e4c1f
--- /dev/null
+++ b/pc-bios/pxe-e1000.bin
Binary files differ
OpenPOWER on IntegriCloud