[efi] Include SNP NIC driver within the all-drivers target

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/24/head^2
Michael Brown 2014-07-08 16:28:22 +01:00
parent d0cfbd01f5
commit 5365340e77
1 changed files with 4 additions and 0 deletions

View File

@ -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)