]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Include SNP NIC driver within the all-drivers target
authorMichael Brown <mcb30@ipxe.org>
Tue, 8 Jul 2014 15:28:22 +0000 (16:28 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 8 Jul 2014 15:28:22 +0000 (16:28 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/Makefile.efi

index 3e3fbe3cac15963f253b56742e54799450a97b75..13a69d9f7f128f54dc98cdf803727c13ffda5d29 100644 (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)