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>
# All drivers (excluding USB)
#
-DRIVERS_ipxe += $(DRIVERS_isa_net)
DRIVERS_ipxe += $(DRIVERS_pci_net)
DRIVERS_ipxe += $(DRIVERS_pci_infiniband)
#
MAKEDEPS += arch/x86/Makefile.pcbios
include arch/x86/Makefile.pcbios
+
+# Include ISA drivers in the all-drivers build
+#
+DRIVERS_ipxe += $(DRIVERS_isa_net)