[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:
Michael Brown
2026-02-12 11:44:37 +00:00
parent cc4a9df971
commit 8a1dd58502
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -243,7 +243,6 @@ version :
# All drivers (excluding USB)
#
DRIVERS_ipxe += $(DRIVERS_isa_net)
DRIVERS_ipxe += $(DRIVERS_pci_net)
DRIVERS_ipxe += $(DRIVERS_pci_infiniband)
+4
View File
@@ -4,3 +4,7 @@
#
MAKEDEPS += arch/x86/Makefile.pcbios
include arch/x86/Makefile.pcbios
# Include ISA drivers in the all-drivers build
#
DRIVERS_ipxe += $(DRIVERS_isa_net)