[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:
+2
-1
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user