mirror of
https://github.com/ipxe/ipxe
synced 2026-05-16 15:00:48 +03:00
[build] Handle all driver list construction via parserom.pl
Handle construction of the EFI, Linux, Xen, and VMBus driver build rules via parserom.pl to ensure consistency. In particular, this allows those drivers to appear in the DRIVERS_SECBOOT list used to filter out non-permitted drivers in a Secure Boot build. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -30,7 +30,6 @@ DRIVERS_ipxe += $(DRIVERS_pci_infiniband)
|
||||
|
||||
# Include SNP and MNP drivers in the all-drivers build
|
||||
#
|
||||
DRIVERS_efi_net += snp mnp
|
||||
DRIVERS_ipxe += $(DRIVERS_efi_net)
|
||||
|
||||
# Rules for building EFI files
|
||||
|
||||
Reference in New Issue
Block a user