]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Remove leftover modules
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 1 Sep 2010 00:41:21 +0000 (02:41 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 1 Sep 2010 00:41:21 +0000 (02:41 +0200)
grub-core/Makefile.core.def

index 76437f5a5102dcf6b16ba1850b473a97cb4437e7..925f2b7f656d52922bc6d3ca2d55a9024e1bcb45 100644 (file)
@@ -1425,15 +1425,3 @@ module = {
   common = commands/efi/memmap.c;
   enable = ia64_efi;
 };
-
-module = {
-  name = systab;
-  common = commands/efi/systab.c;
-  enable = ia64_efi;
-};
-
-module = {
-  name = acpi2;
-  common = commands/efi/acpi2.c;
-  enable = ia64_efi;
-};