clean up Config.lb in lib/ (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3443 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
7a4f688f4f
commit
807dec0ebc
|
@ -1,6 +1,5 @@
|
||||||
uses HAVE_FALLBACK_BOOT
|
uses HAVE_FALLBACK_BOOT
|
||||||
uses CONFIG_USE_INIT
|
uses CONFIG_USE_INIT
|
||||||
uses CONFIG_USE_PRINTK_IN_CAR
|
|
||||||
uses CONFIG_USBDEBUG_DIRECT
|
uses CONFIG_USBDEBUG_DIRECT
|
||||||
|
|
||||||
object clog2.o
|
object clog2.o
|
||||||
|
@ -23,9 +22,7 @@ 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
|
|
||||||
initobject uart8250.c
|
initobject uart8250.c
|
||||||
# end
|
|
||||||
initobject memset.o
|
initobject memset.o
|
||||||
initobject memcpy.o
|
initobject memcpy.o
|
||||||
initobject memcmp.o
|
initobject memcmp.o
|
||||||
|
|
Loading…
Reference in New Issue