[build] Drag in Xen and Hyper-V support via network device drivers

Include Xen and Hyper-V support in the all-drivers build by dragging
in the netfront and netvsc drivers, since these are the functional
drivers that provide network interfaces.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-02-11 20:46:58 +00:00
parent 99a9e6e431
commit 7a2817bbd7
3 changed files with 16 additions and 3 deletions
+5 -1
View File
@@ -29,6 +29,10 @@ CFLAGS += -DNVALGRIND
#
CFLAGS_lkrnprefix += -DVERSION="\"$(VERSION)\""
# Include Xen driver in the all-drivers build
#
DRIVERS_ipxe += $(DRIVERS_xenbus_net)
# Include Hyper-V driver in the all-drivers build
#
DRIVERS_hyperv += hyperv
DRIVERS_ipxe += $(DRIVERS_vmbus_net)