Browse Source

[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>
tags/v1.20.1
Brandon Penglase 12 years ago
parent
commit
3a8dbd9cdf
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      src/Makefile

+ 17
- 0
src/Makefile View File

146
 		bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux \
146
 		bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux \
147
 		bin-i386-linux/tests.linux bin-x86_64-linux/tests.linux
147
 		bin-i386-linux/tests.linux bin-x86_64-linux/tests.linux
148
 
148
 
149
+###############################################################################
150
+#
151
+# VMware build target: all ROMs used with VMware
152
+#
153
+vmware : bin/8086100f.mrom bin/808610d3.mrom bin/10222000.rom bin/15ad07b0.rom
154
+	@$(ECHO) '==========================================================='
155
+	@$(ECHO) 
156
+	@$(ECHO) 'Available ROMs:'
157
+	@$(ECHO) '    bin/8086100f.mrom -- intel/e1000'
158
+	@$(ECHO) '    bin/808610d3.mrom -- intel/e1000e'
159
+	@$(ECHO) '    bin/10222000.rom  -- vlance/pcnet32'
160
+	@$(ECHO) '    bin/15ad07b0.rom  -- vmxnet3'
161
+	@$(ECHO) 
162
+	@$(ECHO) 'For more information, see http://ipxe.org/howto/vmware'
163
+	@$(ECHO)
164
+	@$(ECHO) '==========================================================='
165
+
149
 ###############################################################################
166
 ###############################################################################
150
 #
167
 #
151
 # Build targets that do nothing but might be tried by users
168
 # Build targets that do nothing but might be tried by users

Loading…
Cancel
Save