~serge-hallyn/ubuntu/oneiric/ipxe/link-kvm

« back to all changes in this revision

Viewing changes to src/include/ipxe/efi/import.pl

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2011-07-31 20:57:02 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110731205702-kffmzz6tnmgfw50f
Tags: 1.0.0+git-2.149b50-1
New snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
my $edktop = shift;
113
113
 
114
114
# Identify edk import directories
115
 
my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include" ];
 
115
my $edkdirs = [ "MdePkg/Include", "IntelFrameworkPkg/Include",
 
116
                "MdeModulePkg/Include" ];
116
117
foreach my $edkdir ( @$edkdirs ) {
117
118
  die "Directory \"$edktop\" does not appear to contain the EFI EDK2 "
118
119
      ."(missing \"$edkdir\")\n" unless -d catdir ( $edktop, $edkdir );