merge gingold1_lsacpi into ia64

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-01 01:13:53 +02:00
commit 5327104af5
9 changed files with 359 additions and 195 deletions

View file

@ -414,7 +414,7 @@ module = {
module = {
name = acpi;
x86 = commands/acpi.c;
common = commands/acpi.c;
efi = commands/efi/acpi.c;
i386_pc = commands/i386/pc/acpi.c;
i386_coreboot = commands/i386/pc/acpi.c;
@ -426,6 +426,17 @@ module = {
enable = i386_multiboot;
};
module = {
name = lsacpi;
common = commands/lsacpi.c;
enable = x86_efi;
enable = i386_pc;
enable = i386_coreboot;
enable = i386_multiboot;
};
module = {
name = blocklist;
common = commands/blocklist.c;