uart8250: Move under drivers/uart

Change-Id: Ic65ffaaa092330ed68d891e4a09a8b86cdc04a3a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5236
Tested-by: build bot (Jenkins)
This commit is contained in:
Kyösti Mälkki
2014-01-30 15:45:16 +02:00
parent 2b95da01e6
commit bea6bf07df
7 changed files with 19 additions and 13 deletions

View File

@@ -32,7 +32,7 @@
#if CONFIG_CONSOLE_SERIAL8250
#include "drivers/uart/util.c"
#include "lib/uart8250.c"
#include "drivers/uart/uart8250io.c"
#endif
#if CONFIG_CONSOLE_NE2K
#include "drivers/net/ne2k.c"