mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
used pre-hardwaremain()
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1289 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0d4295f2f8
commit
61065bc537
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue