[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 <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2026-02-12 12:44:33 +00:00
parent 6e56f7ff25
commit 0992d9b560

View File

@ -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)