summaryrefslogtreecommitdiff
path: root/drivers/serial/Makefile
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-19 13:48:06 (GMT)
committerTom Rini <trini@konsulko.com>2015-11-21 01:41:30 (GMT)
commit81cd63a991f87c1ddbf7850beae0a4c543b45c7e (patch)
treebd07fcdd6ae2859572a10df3523b73a3a9dadfd4 /drivers/serial/Makefile
parent8e62d32e5ba2e79364f958079cf9f7e2e5a591a1 (diff)
downloadu-boot-81cd63a991f87c1ddbf7850beae0a4c543b45c7e.tar.xz
ns16550: unify serial_x86
Unify serial_x86, and use the generic binding. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/serial/Makefile')
-rw-r--r--drivers/serial/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
index 1818c7c..9036a8e 100644
--- a/drivers/serial/Makefile
+++ b/drivers/serial/Makefile
@@ -46,7 +46,6 @@ obj-$(CONFIG_ARC_SERIAL) += serial_arc.o
obj-$(CONFIG_TEGRA_SERIAL) += serial_tegra.o
obj-$(CONFIG_UNIPHIER_SERIAL) += serial_uniphier.o
obj-$(CONFIG_OMAP_SERIAL) += serial_omap.o
-obj-$(CONFIG_X86_SERIAL) += serial_x86.o
obj-$(CONFIG_STM32_SERIAL) += serial_stm32.o
ifndef CONFIG_SPL_BUILD