diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-04-07 22:58:37 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-04-07 23:15:06 +0100 |
commit | af5e74990cb1d5967bb9d51dde964010b0172e1f (patch) | |
tree | 5af252dbf65a5349f0e979f12057d5925fa29637 /src/include/ipxe/efi/import.pl | |
parent | 870524a3b26de3b22bef680a783c2356c88f6433 (diff) | |
download | ipxe-af5e74990cb1d5967bb9d51dde964010b0172e1f.tar.gz |
[efi] Include MdeModulePkg directory in header import list
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/import.pl')
-rwxr-xr-x | src/include/ipxe/efi/import.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/import.pl b/src/include/ipxe/efi/import.pl index 0dc5854de..2b5d3e939 100755 --- a/src/include/ipxe/efi/import.pl +++ b/src/include/ipxe/efi/import.pl @@ -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 ); |