summaryrefslogtreecommitdiff
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 71f080fba..4d7c1fe01 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,8 @@ endif
mkdir -p "$(DESTDIR)$(datadir)"
for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
video.x openbios-sparc32 pxe-ne2k_pci.bin \
- pxe-rtl8139.bin pxe-pcnet.bin extboot.bin; do \
+ pxe-rtl8139.bin pxe-pcnet.bin pxe-e1000.bin extboot.bin; \
+ do \
$(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
done
ifndef CONFIG_WIN32
diff --git a/pc-bios/pxe-e1000.bin b/pc-bios/pxe-e1000.bin
new file mode 100644
index 000000000..99e4c1f25
--- /dev/null
+++ b/pc-bios/pxe-e1000.bin
Binary files differ