mirror of
https://github.com/ipxe/ipxe
synced 2026-05-16 15:00:48 +03:00
[build] Include ISA drivers only in 32-bit BIOS builds
ISA hardware is vanishingly unlikely to be encountered in anything other than pre-64-bit x86 hardware with a BIOS firmware. Exclude the ISA drivers from all other builds. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -243,7 +243,6 @@ version :
|
|||||||
|
|
||||||
# All drivers (excluding USB)
|
# All drivers (excluding USB)
|
||||||
#
|
#
|
||||||
DRIVERS_ipxe += $(DRIVERS_isa_net)
|
|
||||||
DRIVERS_ipxe += $(DRIVERS_pci_net)
|
DRIVERS_ipxe += $(DRIVERS_pci_net)
|
||||||
DRIVERS_ipxe += $(DRIVERS_pci_infiniband)
|
DRIVERS_ipxe += $(DRIVERS_pci_infiniband)
|
||||||
|
|
||||||
|
|||||||
@@ -4,3 +4,7 @@
|
|||||||
#
|
#
|
||||||
MAKEDEPS += arch/x86/Makefile.pcbios
|
MAKEDEPS += arch/x86/Makefile.pcbios
|
||||||
include arch/x86/Makefile.pcbios
|
include arch/x86/Makefile.pcbios
|
||||||
|
|
||||||
|
# Include ISA drivers in the all-drivers build
|
||||||
|
#
|
||||||
|
DRIVERS_ipxe += $(DRIVERS_isa_net)
|
||||||
|
|||||||
Reference in New Issue
Block a user