mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 22:11:08 +03:00
[efi] Fix dependency list construction in EDK2 header import script
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -68,7 +68,7 @@ sub try_import_file {
|
||||
chomp;
|
||||
# Update include lines, and record included files
|
||||
if ( s/^(\s*\#include\s+)[<\"](\S+)[>\"]/$1<ipxe\/efi\/$2>/ ) {
|
||||
push @dependencies, $1;
|
||||
push @dependencies, $2;
|
||||
}
|
||||
# Check for BSD licence statement
|
||||
if ( /^\s*SPDX-License-Identifier: BSD-2-Clause-Patent$/ ) {
|
||||
|
||||
Reference in New Issue
Block a user