diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-07 21:43:48 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-07 21:43:48 +0000 |
commit | abf2ad716daff751d75907d47bcae4a7044fd7b4 (patch) | |
tree | f82427b43d76a4791253373affed1af8669e2e7b /src/arch/i386/boot | |
parent | 389240f288b2708617a35ebe8d7f89b3bff316c5 (diff) |
newconfig is no more.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot')
-rw-r--r-- | src/arch/i386/boot/Config.lb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/arch/i386/boot/Config.lb b/src/arch/i386/boot/Config.lb deleted file mode 100644 index ec5c669271..0000000000 --- a/src/arch/i386/boot/Config.lb +++ /dev/null @@ -1,22 +0,0 @@ -uses CONFIG_GENERATE_PIRQ_TABLE -uses CONFIG_GENERATE_ACPI_TABLES -uses CONFIG_MULTIBOOT -uses CONFIG_HAVE_ACPI_RESUME - -object boot.o -object coreboot_table.o -if CONFIG_MULTIBOOT -object multiboot.o -end -object tables.o -if CONFIG_GENERATE_PIRQ_TABLE -object pirq_routing.o -end -if CONFIG_GENERATE_ACPI_TABLES -object acpi.o -object acpigen.o -if CONFIG_HAVE_ACPI_RESUME -object wakeup.S -end -end -object gdt.o |