]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Include MdeModulePkg directory in header import list
authorMichael Brown <mcb30@ipxe.org>
Thu, 7 Apr 2011 21:58:37 +0000 (22:58 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 7 Apr 2011 22:15:06 +0000 (23:15 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/import.pl

index 0dc5854ded20fc45493ee2c88b897ebdf6bd37ea..2b5d3e93968934688074add0ada668ca92db0f6c 100755 (executable)
@@ -112,7 +112,8 @@ pod2usage ( 1 ) unless @ARGV == 1;
 my $edktop = shift;
 
 # Identify edk import directories
-my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include" ];
+my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include",
+               "MdeModulePkg/Include" ];
 foreach my $edkdir ( @$edkdirs ) {
   die "Directory \"$edktop\" does not appear to contain the EFI EDK2 "
       ."(missing \"$edkdir\")\n" unless -d catdir ( $edktop, $edkdir );