diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-08-01 11:32:12 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-08-01 11:32:12 +0000 |
commit | 807dec0ebcbbcaf2d531717455dc0de69e3e8d62 (patch) | |
tree | 7b653804b802dba9fdb51db4c5493c3560003af6 | |
parent | 7a4f688f4fa63d25d3124b5af4c21b5b499fe5c2 (diff) |
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
-rw-r--r-- | src/lib/Config.lb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/Config.lb b/src/lib/Config.lb index 7dfc16b82d..1906ec3a6a 100644 --- a/src/lib/Config.lb +++ b/src/lib/Config.lb @@ -1,6 +1,5 @@ uses HAVE_FALLBACK_BOOT uses CONFIG_USE_INIT -uses CONFIG_USE_PRINTK_IN_CAR uses CONFIG_USBDEBUG_DIRECT object clog2.o @@ -23,9 +22,7 @@ object version.o makedefine .PHONY : version.o if CONFIG_USE_INIT -# if CONFIG_USE_PRINTK_IN_CAR initobject uart8250.c -# end initobject memset.o initobject memcpy.o initobject memcmp.o |