summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-08-01 11:32:12 +0000
committerStefan Reinauer <stepan@openbios.org>2008-08-01 11:32:12 +0000
commit807dec0ebcbbcaf2d531717455dc0de69e3e8d62 (patch)
tree7b653804b802dba9fdb51db4c5493c3560003af6 /src/lib
parent7a4f688f4fa63d25d3124b5af4c21b5b499fe5c2 (diff)
downloadcoreboot-807dec0ebcbbcaf2d531717455dc0de69e3e8d62.tar.xz
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Config.lb3
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