Browse Source

[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 years ago
parent
commit
5365340e77
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/arch/x86/Makefile.efi

+ 4
- 0
src/arch/x86/Makefile.efi View File

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

Loading…
Cancel
Save