aboutsummaryrefslogtreecommitdiff
path: root/src/console/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-05-08 11:17:24 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-08 11:17:24 +0000
commit67ee3e612f5a2968c1e6d92f5f6551fcf1500173 (patch)
tree8066032ae66ee1246af204d31a29940f1dad8b01 /src/console/Makefile.inc
parent12584e2bd2ec7ab1ed60dc524574c8ae04dc17d6 (diff)
We didn't have console.initobj.o before, but the same hard coded
build rule is needed as for console.o Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5529 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Makefile.inc')
-rw-r--r--src/console/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/Makefile.inc b/src/console/Makefile.inc
index 1b04c6591c..cb8c1dfba5 100644
--- a/src/console/Makefile.inc
+++ b/src/console/Makefile.inc
@@ -17,3 +17,4 @@ driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o
driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.o
$(obj)/console/console.o : $(obj)/build.h
+$(obj)/console/console.initobj.o : $(obj)/build.h