Author: stepan Date: Sat May 8 13:17:24 2010 New Revision: 5529 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5529
Log: 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
Modified: trunk/src/console/Makefile.inc
Modified: trunk/src/console/Makefile.inc ============================================================================== --- trunk/src/console/Makefile.inc Sat May 8 11:14:51 2010 (r5528) +++ trunk/src/console/Makefile.inc Sat May 8 13:17:24 2010 (r5529) @@ -17,3 +17,4 @@ driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.o
$(obj)/console/console.o : $(obj)/build.h +$(obj)/console/console.initobj.o : $(obj)/build.h