CBMEM CONSOLE: Enable coreboot CBMEM console.
The appropriate Makefiles are modified to include the required source code in compilation. Change-Id: I91842b1ba0f89d611d3249b63c020a2713a9124f Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: http://review.coreboot.org/722 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
committed by
Stefan Reinauer
parent
1078c67af1
commit
3e31600e62
@ -18,6 +18,8 @@ driver-$(CONFIG_CONSOLE_SERIAL8250MEM) += uart8250mem_console.c
|
||||
driver-$(CONFIG_USBDEBUG) += usbdebug_console.c
|
||||
driver-$(CONFIG_CONSOLE_LOGBUF) += logbuf_console.c
|
||||
driver-$(CONFIG_CONSOLE_NE2K) += ne2k_console.c
|
||||
driver-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c
|
||||
|
||||
|
||||
$(obj)/console/console.ramstage.o : $(obj)/build.h
|
||||
$(obj)/console/console.romstage.o : $(obj)/build.h
|
||||
|
Reference in New Issue
Block a user