Merge gingold2 into ia64

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-01 02:39:11 +02:00
commit b32185d1bd
8 changed files with 408 additions and 261 deletions

View file

@ -431,12 +431,28 @@ module = {
common = commands/lsacpi.c;
enable = x86_efi;
enable = efi;
enable = i386_pc;
enable = i386_coreboot;
enable = i386_multiboot;
};
module = {
name = lsefisystab;
common = commands/efi/lsefisystab.c;
enable = efi;
};
module = {
name = lssal;
common = commands/efi/lssal.c;
enable = efi;
};
module = {
name = blocklist;
common = commands/blocklist.c;