[build] Construct driver lists for each bus type

Include the underlying bus type (e.g. "pci" or "isa") within the lists
constructed to describe the available drivers, to allow for the
possibility that platforms may want to define a platform-specific
subset of drivers to be present in the all-drivers build.  For
example, non-x86 platforms such as RISC-V SBI do not need to include
the ISA network drivers since the corresponding hardware cannot ever
be present on a RISC-V system.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2026-02-11 15:38:58 +00:00
parent 1523512198
commit e783adcfd4
3 changed files with 14 additions and 9 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ NON_AUTO_MEDIA += efirom
# Include SNP and MNP drivers in the all-drivers build
#
DRIVERS_net += snp mnp
DRIVERS_efi_net += snp mnp
DRIVERS_ipxe += $(DRIVERS_efi_net)
# Rules for building EFI files
#