used pre-hardwaremain()
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1289 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
uses HAVE_FALLBACK_BOOT
|
||||
uses CONFIG_USE_INIT
|
||||
|
||||
object clog2.o
|
||||
object uart8250.o
|
||||
@@ -14,3 +15,10 @@ object compute_ip_checksum.o
|
||||
object version.o
|
||||
# Force version.o to recompile every time
|
||||
makedefine .PHONY : version.o
|
||||
|
||||
if CONFIG_USE_INIT
|
||||
initobject uart8250.c
|
||||
initobject memset.o
|
||||
initobject memcpy.o
|
||||
initobject memcmp.o
|
||||
end
|
||||
|
Reference in New Issue
Block a user