From bea6bf07dfd9b97ad81fb7433464a9f61ff02105 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 30 Jan 2014 15:45:16 +0200 Subject: uart8250: Move under drivers/uart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic65ffaaa092330ed68d891e4a09a8b86cdc04a3a Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5236 Tested-by: build bot (Jenkins) --- src/drivers/uart/Makefile.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/drivers/uart/Makefile.inc') diff --git a/src/drivers/uart/Makefile.inc b/src/drivers/uart/Makefile.inc index 52a7024318..3a9ca3d592 100644 --- a/src/drivers/uart/Makefile.inc +++ b/src/drivers/uart/Makefile.inc @@ -5,6 +5,18 @@ bootblock-y += util.c smm-y += util.c endif +ifeq ($(CONFIG_CONSOLE_SERIAL8250),y) +romstage-y += uart8250io.c +ramstage-y += uart8250io.c +smm-y += uart8250io.c +endif + +ifeq ($(CONFIG_CONSOLE_SERIAL8250MEM),y) +romstage-y += uart8250mem.c +ramstage-y += uart8250mem.c +smm-y += uart8250mem.c +endif + ifeq ($(CONFIG_CONSOLE_SERIAL_UART),y) ifeq ($(CONFIG_DRIVERS_UART_PL011),y) -- cgit v1.2.3