Remove leftover modules

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-01 02:41:21 +02:00
parent b32185d1bd
commit f15f9c5029

View 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;
};