ソースを参照

[efi] Include MdeModulePkg directory in header import list

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13年前
コミット
af5e74990c
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      src/include/ipxe/efi/import.pl

+ 2
- 1
src/include/ipxe/efi/import.pl ファイルの表示

@@ -112,7 +112,8 @@ pod2usage ( 1 ) unless @ARGV == 1;
112 112
 my $edktop = shift;
113 113
 
114 114
 # Identify edk import directories
115
-my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include" ];
115
+my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include",
116
+		"MdeModulePkg/Include" ];
116 117
 foreach my $edkdir ( @$edkdirs ) {
117 118
   die "Directory \"$edktop\" does not appear to contain the EFI EDK2 "
118 119
       ."(missing \"$edkdir\")\n" unless -d catdir ( $edktop, $edkdir );

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