From 3a8dbd9cdff9994d6e75d8aea99ab216ee5a74a3 Mon Sep 17 00:00:00 2001 From: Brandon Penglase Date: Sun, 4 Nov 2012 13:48:08 -0500 Subject: [build] Add vmware build target Add "make vmware" build target, to build all of the ROMs used with VMware. Modified-by: Michael Brown Signed-off-by: Michael Brown --- src/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e240f4ce..207369a9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- cgit v1.2.3-55-g7522