diff options
author | Brandon Penglase <bpenglase-ipxe@spaceservices.net> | 2012-11-04 13:48:08 -0500 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-03-06 19:52:51 +0000 |
commit | 3a8dbd9cdff9994d6e75d8aea99ab216ee5a74a3 (patch) | |
tree | f4ab9a10d0704e4d33ac1a856c15f1d082f64a79 /src/Makefile | |
parent | 02b914e8129c55a1b8766de0ab49928929392e89 (diff) | |
download | ipxe-3a8dbd9cdff9994d6e75d8aea99ab216ee5a74a3.tar.gz |
[build] Add vmware build target
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>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e240f4ce..207369a9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -148,6 +148,23 @@ everything : ############################################################################### # +# 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 # configure : |