* grub-core/Makefile.core.def (chain): Fix coreboot filename.
This commit is contained in:
parent
5afeb5bdd6
commit
8d5d8444bd
2 changed files with 5 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ module = {
|
|||
name = chain;
|
||||
efi = loader/efi/chainloader.c;
|
||||
i386_pc = loader/i386/pc/chainloader.c;
|
||||
i386_coreboot = loader/i386/corepayload.c;
|
||||
i386_coreboot = loader/i386/coreboot/chainloader.c;
|
||||
enable = i386_pc;
|
||||
enable = i386_coreboot;
|
||||
enable = efi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue