Add support for memory mapped UARTs to coreboot and add the OXPCIe952 as an
[coreboot.git] / src / console / Makefile.inc
index 2b6437898c7abb08ab8f190ab25b3bdffc9fc4fb..4a30918c75e80d0a393b7e625ce7e22e17efb241 100644 (file)
@@ -14,6 +14,7 @@ romstage-y += post.c
 romstage-y += die.c
 
 driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.c
+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