* grub-core/Makefile.core.def: Add osdep/init.c on emu.
* grub-core/kern/emu/main.c: Add missing include. * grub-core/osdep/basic/init.c (grub_util_host_init) [!GRUB_UTIL]: Don't call grub_util_init_nls. * grub-core/osdep/windows/init.c (grub_util_host_init) [!GRUB_UTIL]: Likewise.
This commit is contained in:
parent
66a1b3eeb7
commit
21d85db12f
5 changed files with 15 additions and 0 deletions
|
@ -254,6 +254,7 @@ kernel = {
|
|||
emu = kern/emu/cache.c;
|
||||
emu = term/emu/console.c;
|
||||
emu = osdep/sleep.c;
|
||||
emu = osdep/init.c;
|
||||
|
||||
videoinkernel = term/gfxterm.c;
|
||||
videoinkernel = font/font.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue