mirror of https://github.com/ipxe/ipxe.git
[efi] Include SNP NIC driver within the all-drivers target
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/24/head^2
parent
d0cfbd01f5
commit
5365340e77
|
@ -15,6 +15,10 @@ NON_AUTO_MEDIA += efidrv
|
|||
NON_AUTO_MEDIA += drv.efi
|
||||
NON_AUTO_MEDIA += efirom
|
||||
|
||||
# Include SNP driver in the all-drivers build
|
||||
#
|
||||
DRIVERS += snp
|
||||
|
||||
# Rules for building EFI files
|
||||
#
|
||||
$(BIN)/%.efi : $(BIN)/%.efi.tmp $(ELF2EFI)
|
||||
|
|
Loading…
Reference in New Issue