diff options
| author | Michael Brown | 2011-04-07 23:58:37 +0200 |
|---|---|---|
| committer | Michael Brown | 2011-04-08 00:15:06 +0200 |
| commit | af5e74990cb1d5967bb9d51dde964010b0172e1f (patch) | |
| tree | 5af252dbf65a5349f0e979f12057d5925fa29637 /src/include | |
| parent | [efi] Add EFI string formatting functions (diff) | |
| download | ipxe-af5e74990cb1d5967bb9d51dde964010b0172e1f.tar.gz ipxe-af5e74990cb1d5967bb9d51dde964010b0172e1f.tar.xz ipxe-af5e74990cb1d5967bb9d51dde964010b0172e1f.zip | |
[efi] Include MdeModulePkg directory in header import list
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -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 ); |
