From: Michael Brown Date: Thu, 26 Dec 2013 22:36:34 +0000 (+0100) Subject: [build] Build ROMs used by qemu and VMware as part of "make all" X-Git-Tag: v1.20.1~1306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf15737cf0b891ea5c666fc576a50df3ea9db4c3;p=thirdparty%2Fipxe.git [build] Build ROMs used by qemu and VMware as part of "make all" Signed-off-by: Michael Brown --- diff --git a/src/Makefile b/src/Makefile index acd45fcf3..66f287d42 100644 --- a/src/Makefile +++ b/src/Makefile @@ -108,7 +108,11 @@ INCDIRS += include . # helpfully suggestive message # ALL := bin/blib.a bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.iso \ - bin/ipxe.usb bin/ipxe.pxe bin/undionly.kpxe bin/rtl8139.rom + bin/ipxe.usb bin/ipxe.pxe bin/undionly.kpxe bin/rtl8139.rom \ + bin/8086100e.mrom bin/80861209.rom bin/10500940.rom \ + bin/10222000.rom bin/10ec8139.rom bin/1af41000.rom \ + bin/8086100f.mrom bin/808610d3.mrom bin/15ad07b0.rom + all : $(ALL) @$(ECHO) '===========================================================' @$(ECHO)