Browse Source

[build] Build ROMs used by qemu and VMware as part of "make all"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 10 years ago
parent
commit
bf15737cf0
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      src/Makefile

+ 5
- 1
src/Makefile View File

@@ -108,7 +108,11 @@ INCDIRS		+= include .
108 108
 # helpfully suggestive message
109 109
 #
110 110
 ALL		:= bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \
111
-		   bin/ipxe.usb bin/ipxe.pxe bin/undionly.kpxe bin/rtl8139.rom
111
+		   bin/ipxe.usb bin/ipxe.pxe bin/undionly.kpxe bin/rtl8139.rom \
112
+		   bin/8086100e.mrom bin/80861209.rom bin/10500940.rom \
113
+		   bin/10222000.rom bin/10ec8139.rom bin/1af41000.rom \
114
+		   bin/8086100f.mrom bin/808610d3.mrom bin/15ad07b0.rom
115
+
112 116
 all : $(ALL)
113 117
 	@$(ECHO) '==========================================================='
114 118
 	@$(ECHO)

Loading…
Cancel
Save