From: Vladimir 'phcoder' Serbinenko Date: Sat, 20 Apr 2013 11:46:58 +0000 (+0200) Subject: * grub-core/Makefile.core.def (legacycfg): Enable on EFI. X-Git-Tag: grub-2.02-beta1~1132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec2dd17919b9cd4926e7ca576d03b47e38150fef;p=thirdparty%2Fgrub.git * grub-core/Makefile.core.def (legacycfg): Enable on EFI. --- 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; };