]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Add vmware build target
authorBrandon Penglase <bpenglase-ipxe@spaceservices.net>
Sun, 4 Nov 2012 18:48:08 +0000 (13:48 -0500)
committerMichael Brown <mcb30@ipxe.org>
Wed, 6 Mar 2013 19:52:51 +0000 (19:52 +0000)
Add "make vmware" build target, to build all of the ROMs used with
VMware.

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile

index e240f4ced2e9706e061eb5c46739bf26f1094e89..207369a96f8fcbad84b758fb29d34e63c1ea9c48 100644 (file)
@@ -146,6 +146,23 @@ everything :
                bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux \
                bin-i386-linux/tests.linux bin-x86_64-linux/tests.linux
 
+###############################################################################
+#
+# VMware build target: all ROMs used with VMware
+#
+vmware : bin/8086100f.mrom bin/808610d3.mrom bin/10222000.rom bin/15ad07b0.rom
+       @$(ECHO) '==========================================================='
+       @$(ECHO) 
+       @$(ECHO) 'Available 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) 'For more information, see http://ipxe.org/howto/vmware'
+       @$(ECHO)
+       @$(ECHO) '==========================================================='
+
 ###############################################################################
 #
 # Build targets that do nothing but might be tried by users