ソースを参照

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

読み込み中…
キャンセル
保存