Ver código fonte

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 10 anos atrás
pai
commit
5365340e77
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      src/arch/x86/Makefile.efi

+ 4
- 0
src/arch/x86/Makefile.efi Ver arquivo

@@ -15,6 +15,10 @@ NON_AUTO_MEDIA	+= efidrv
15 15
 NON_AUTO_MEDIA	+= drv.efi
16 16
 NON_AUTO_MEDIA	+= efirom
17 17
 
18
+# Include SNP driver in the all-drivers build
19
+#
20
+DRIVERS += snp
21
+
18 22
 # Rules for building EFI files
19 23
 #
20 24
 $(BIN)/%.efi : $(BIN)/%.efi.tmp $(ELF2EFI)

Carregando…
Cancelar
Salvar