Browse Source

[efi] Include MdeModulePkg directory in header import list

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
af5e74990c
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/include/ipxe/efi/import.pl

+ 2
- 1
src/include/ipxe/efi/import.pl View File

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

Loading…
Cancel
Save