diff --git a/ChangeLog b/ChangeLog index 6ca70a636..b2e3cccac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-04-20 Vladimir Serbinenko + + * grub-core/Makefile.core.def (legacycfg): Enable on EFI. + 2013-04-20 Vladimir Serbinenko * grub-core/lib/efi/relocator.c (grub_relocator_firmware_alloc_region): diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 43c4cb6d5..1f04afba6 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -1856,7 +1856,12 @@ module = { common = commands/legacycfg.c; common = lib/legacy_parse.c; emu = lib/i386/pc/vesa_modes_table.c; + i386_efi = lib/i386/pc/vesa_modes_table.c; + x86_64_efi = lib/i386/pc/vesa_modes_table.c; + enable = i386_pc; + enable = i386_efi; + enable = x86_64_efi; enable = emu; };