make ppc happy for console

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu 2006-10-05 00:27:44 +00:00
parent 6d74d76de4
commit 1792b2e801
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ object vtxprintf.o
object vsprintf.o object vsprintf.o
if CONFIG_USE_INIT if CONFIG_USE_INIT
if CONFIG_USE_PRINTK_IN_CAR # if CONFIG_USE_PRINTK_IN_CAR
initobject vtxprintf.o initobject vtxprintf.o
end # end
end end

View File

@ -17,9 +17,9 @@ object version.o
makedefine .PHONY : version.o makedefine .PHONY : version.o
if CONFIG_USE_INIT if CONFIG_USE_INIT
if CONFIG_USE_PRINTK_IN_CAR # if CONFIG_USE_PRINTK_IN_CAR
initobject uart8250.c initobject uart8250.c
end # end
initobject memset.o initobject memset.o
initobject memcpy.o initobject memcpy.o
initobject memcmp.o initobject memcmp.o