mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-24 11:19:41 +00:00
18 lines
449 B
Diff
18 lines
449 B
Diff
Description: Only build linuxefi on amd64
|
|
Author: Colin Watson <cjwatson@ubuntu.com>
|
|
Forwarded: no
|
|
Last-Update: 2013-12-20
|
|
|
|
Index: b/grub-core/Makefile.core.def
|
|
===================================================================
|
|
--- a/grub-core/Makefile.core.def
|
|
+++ b/grub-core/Makefile.core.def
|
|
@@ -1708,7 +1708,6 @@
|
|
name = linuxefi;
|
|
efi = loader/i386/efi/linux.c;
|
|
efi = lib/cmdline.c;
|
|
- enable = i386_efi;
|
|
enable = x86_64_efi;
|
|
};
|
|
|