From: Michael Brown Date: Tue, 8 Jul 2014 15:28:22 +0000 (+0100) Subject: [efi] Include SNP NIC driver within the all-drivers target X-Git-Tag: v1.20.1~1141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5365340e77d97102e3204b5502d0cbd1482e3c97;p=thirdparty%2Fipxe.git [efi] Include SNP NIC driver within the all-drivers target Signed-off-by: Michael Brown --- diff --git a/src/arch/x86/Makefile.efi b/src/arch/x86/Makefile.efi index 3e3fbe3ca..13a69d9f7 100644 --- a/src/arch/x86/Makefile.efi +++ b/src/arch/x86/Makefile.efi @@ -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)