a5bd9f6
From 786c3d387a87687707eff778ea77a17b7a1b1ab7 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
a5bd9f6
Date: Sat, 20 Apr 2013 13:46:58 +0200
a5bd9f6
Subject: [PATCH 330/364] 	* grub-core/Makefile.core.def (legacycfg):
a5bd9f6
 Enable on EFI.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                   | 4 ++++
a5bd9f6
 grub-core/Makefile.core.def | 5 +++++
a5bd9f6
 2 files changed, 9 insertions(+)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index 6ca70a6..b2e3ccc 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,5 +1,9 @@
a5bd9f6
 2013-04-20  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
 
a5bd9f6
+	* grub-core/Makefile.core.def (legacycfg): Enable on EFI.
a5bd9f6
+
a5bd9f6
+2013-04-20  Vladimir Serbinenko  <phcoder@gmail.com>
a5bd9f6
+
a5bd9f6
 	* grub-core/lib/efi/relocator.c (grub_relocator_firmware_alloc_region):
a5bd9f6
 	Remove dprintf.
a5bd9f6
 	* grub-core/lib/relocator.c (malloc_in_range): Likewise.
a5bd9f6
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
a5bd9f6
index 43c4cb6..1f04afb 100644
a5bd9f6
--- a/grub-core/Makefile.core.def
a5bd9f6
+++ b/grub-core/Makefile.core.def
a5bd9f6
@@ -1856,7 +1856,12 @@ module = {
a5bd9f6
   common = commands/legacycfg.c;
a5bd9f6
   common = lib/legacy_parse.c;
a5bd9f6
   emu = lib/i386/pc/vesa_modes_table.c;
a5bd9f6
+  i386_efi = lib/i386/pc/vesa_modes_table.c;
a5bd9f6
+  x86_64_efi = lib/i386/pc/vesa_modes_table.c;
a5bd9f6
+
a5bd9f6
   enable = i386_pc;
a5bd9f6
+  enable = i386_efi;
a5bd9f6
+  enable = x86_64_efi;
a5bd9f6
   enable = emu;
a5bd9f6
 };
a5bd9f6
 
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6