From 67ee3e612f5a2968c1e6d92f5f6551fcf1500173 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 8 May 2010 11:17:24 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5529 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/console/Makefile.inc') 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 -- cgit v1.2.3