grub-core: enable getenv for all efi targets

This commit is contained in:
Nick Owens 2016-04-14 14:47:39 -07:00 committed by David Michael
parent 6182d13091
commit 10c77ec6b0
1 changed files with 1 additions and 2 deletions

View File

@ -822,8 +822,7 @@ module = {
module = { module = {
name = getenv; name = getenv;
common = commands/efi/getenv.c; common = commands/efi/getenv.c;
enable = i386_efi; enable = efi;
enable = x86_64_efi;
}; };
module = { module = {