mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
[efi] Include MdeModulePkg directory in header import list
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -112,7 +112,8 @@ pod2usage ( 1 ) unless @ARGV == 1;
|
|||||||
my $edktop = shift;
|
my $edktop = shift;
|
||||||
|
|
||||||
# Identify edk import directories
|
# Identify edk import directories
|
||||||
my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include" ];
|
my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include",
|
||||||
|
"MdeModulePkg/Include" ];
|
||||||
foreach my $edkdir ( @$edkdirs ) {
|
foreach my $edkdir ( @$edkdirs ) {
|
||||||
die "Directory \"$edktop\" does not appear to contain the EFI EDK2 "
|
die "Directory \"$edktop\" does not appear to contain the EFI EDK2 "
|
||||||
."(missing \"$edkdir\")\n" unless -d catdir ( $edktop, $edkdir );
|
."(missing \"$edkdir\")\n" unless -d catdir ( $edktop, $edkdir );
|
||||||
|
|||||||
Reference in New Issue
Block a user