aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/boot/Config.lb')
-rw-r--r--src/arch/i386/boot/Config.lb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/i386/boot/Config.lb b/src/arch/i386/boot/Config.lb
index 4f8a8680ec..bacd1b0181 100644
--- a/src/arch/i386/boot/Config.lb
+++ b/src/arch/i386/boot/Config.lb
@@ -1,8 +1,12 @@
uses HAVE_PIRQ_TABLE
uses HAVE_ACPI_TABLES
+uses CONFIG_MULTIBOOT
object boot.o
object coreboot_table.o
+if CONFIG_MULTIBOOT
+object multiboot.o
+end
object tables.o
if HAVE_PIRQ_TABLE
object pirq_routing.o