Merge gingold3 into ia64
This commit is contained in:
commit
7ba7efc371
5 changed files with 39 additions and 32 deletions
|
@ -453,6 +453,14 @@ module = {
|
|||
enable = efi;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = lsefimmap;
|
||||
|
||||
common = commands/efi/lsefimmap.c;
|
||||
|
||||
enable = efi;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = blocklist;
|
||||
common = commands/blocklist.c;
|
||||
|
@ -1419,9 +1427,3 @@ module = {
|
|||
name = datehook;
|
||||
common = hook/datehook.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = memmap;
|
||||
common = commands/efi/memmap.c;
|
||||
enable = ia64_efi;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue