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
This commit is contained in:
parent
12584e2bd2
commit
67ee3e612f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue