|
|
@@ -220,6 +220,15 @@ endif
|
|
220
|
220
|
version :
|
|
221
|
221
|
@$(ECHO) "$(VERSION)"
|
|
222
|
222
|
|
|
|
223
|
+###############################################################################
|
|
|
224
|
+#
|
|
|
225
|
+# Predefined build shortcuts (for e.g. bin/ipxe.iso)
|
|
|
226
|
+
|
|
|
227
|
+# All drivers (excluding USB)
|
|
|
228
|
+#
|
|
|
229
|
+DRIVERS_ipxe = $(DRIVERS_net) $(DRIVERS_infiniband) \
|
|
|
230
|
+ $(DRIVERS_xen) $(DRIVERS_hyperv)
|
|
|
231
|
+
|
|
223
|
232
|
###############################################################################
|
|
224
|
233
|
#
|
|
225
|
234
|
# Drag in the bulk of the build system
|