mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 20:36:28 +02:00
[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:
parent
6e56f7ff25
commit
0992d9b560
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user