[ipxe-devel] Patch to Makefile - vmware target

Brandon Penglase bpenglase-ipxe at Spaceservices.net
Sun Nov 4 18:51:17 UTC 2012


All,
	I came up with a patch to the Makefile, to add a target called
'vmware', which builds all of the current compatible (m)roms for
VMWare. 
	If this is included, the VMWare Howto
(http://ipxe.org/howto/vmware) could (should?) be updated to include
this instead of having the user build it separately
(http://ipxe.org/howto/vmware#building_the_rom_images). 

Inline & Attached:

From 83c7cc3d4953f90fd6ab5e9c7d8139f8db1b7ca7 Mon Sep 17 00:00:00 2001
From: Brandon Penglase <bpenglase-ipxe at spaceservices.net>
Date: Sun, 4 Nov 2012 13:48:08 -0500
Subject: [PATCH] Added vmware build target, to build all of the current
 available (m)roms that work with VMWare.

---
 src/Makefile | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/src/Makefile b/src/Makefile
index 210c6aa..241934a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -147,6 +147,23 @@ everything :
 
 ###############################################################################
 #
+# Build target to build all of the VMWare supports (m)roms.
+#
+vmware : bin/8086100f.mrom bin/808610d3.mrom bin/10222000.rom
bin/15ad07b0.rom
+       @$(ECHO)
'==========================================================='
+       @$(ECHO) 
+       @$(ECHO) ' For More Information, See:
http://ipxe.org/howto/vmware'
+       @$(ECHO) 
+       @$(ECHO) ' Available (m)roms:'
+       @$(ECHO) '  bin/8086100f.mrom -- Intel e1000'
+       @$(ECHO) '  bin/808610d3.mrom -- Intel e1000e'
+       @$(ECHO) '  bin/10222000.rom  -- Vlance/PCNet32'
+       @$(ECHO) '  bin/15ad07b0.rom  -- VMXNet3'
+       @$(ECHO)
+       @$(ECHO)
'===========================================================' +
+###############################################################################
+#
 # Build targets that do nothing but might be tried by users
 #
 configure :
-- 
1.8.0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vmware-makefile.patch
Type: text/x-patch
Size: 1381 bytes
Desc: not available
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20121104/e1c05c61/attachment.bin>


More information about the ipxe-devel mailing list