[PATCH] coreboot-v2: Add multiboot support
Signed-off-by: Robert Millan <rmh@aybabtu.com> Acked-by: Jordan Crouse <jordan@cosmicpneguin.net> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3745 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Jordan Crouse
parent
5cb4d9d663
commit
81af3d4a00
@@ -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
|
||||
|
Reference in New Issue
Block a user