* 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:
Vladimir 'phcoder' Serbinenko 2013-10-14 02:06:43 +02:00
parent 66a1b3eeb7
commit 21d85db12f
5 changed files with 15 additions and 0 deletions

View file

@ -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;