From: Michael Brown Date: Thu, 12 Feb 2026 12:44:33 +0000 (+0000) Subject: [build] Include Linux network drivers in the Linux all-drivers build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0992d9b560c774cfc3e657d909a080934282d6a3;p=thirdparty%2Fipxe.git [build] Include Linux network drivers in the Linux all-drivers build Include all three of the Linux-specific network drivers (af_packet, slirp, and tap) in the all-drivers Linux userspace build. Signed-off-by: Michael Brown --- diff --git a/src/Makefile.linux b/src/Makefile.linux index 67afd4244..95dcd84a3 100644 --- a/src/Makefile.linux +++ b/src/Makefile.linux @@ -26,6 +26,13 @@ NON_AUTO_SRCS += interface/linux/linux_api.c # NON_AUTO_MEDIA = linux +# Include Linux-specific drivers in all-drivers build +# +DRIVERS_linux_net += af_packet +DRIVERS_linux_net += slirp +DRIVERS_linux_net += tap +DRIVERS_ipxe += $(DRIVERS_linux_net) + # Compiler flags for building host API wrapper # LINUX_CFLAGS += -Os -idirafter include -DSYMBOL_PREFIX=$(SYMBOL_PREFIX)