mirror of https://github.com/ipxe/ipxe.git
[efi] Remove deleted directories from EDK2 header import script
The IntelFrameworkPkg and EdkCompatibilityPkg directories have been removed from the EDK2 codebase. Remove these directories from the EDK2 header import script. Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/871/head
parent
91944c6341
commit
900379594a
|
@ -118,8 +118,7 @@ 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", "MdeModulePkg/Include" ];
|
||||||
"MdeModulePkg/Include", "EdkCompatibilityPkg/Foundation" ];
|
|
||||||
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 );
|
||||||
|
|
Loading…
Reference in New Issue