summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2006-10-04 22:56:21 +0000
committerYinghai Lu <yinghailu@gmail.com>2006-10-04 22:56:21 +0000
commit5f9624d211a247c032a31b22c3b47158f7083c9e (patch)
treeebb62857cc949d561338d5b38b249523d700c714 /src/lib
parent93a5a194c5863262ed9b9fabc4cd40efcf1fddd9 (diff)
downloadcoreboot-5f9624d211a247c032a31b22c3b47158f7083c9e.tar.xz
CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in
serengeti_cheeatah git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2439 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Config.lb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Config.lb b/src/lib/Config.lb
index e6234d4c42..e8ef1bdf69 100644
--- a/src/lib/Config.lb
+++ b/src/lib/Config.lb
@@ -1,5 +1,6 @@
uses HAVE_FALLBACK_BOOT
uses CONFIG_USE_INIT
+uses CONFIG_USE_PRINTK_IN_CAR
object clog2.o
object uart8250.o
@@ -16,7 +17,9 @@ 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