瀏覽代碼

[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 年之前
父節點
當前提交
5365340e77
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      src/arch/x86/Makefile.efi

+ 4
- 0
src/arch/x86/Makefile.efi 查看文件

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

Loading…
取消
儲存