summaryrefslogtreecommitdiff
path: root/drivers/serial/Makefile
diff options
context:
space:
mode:
authorrev13@wp.pl <rev13@wp.pl>2015-03-01 11:44:41 (GMT)
committerTom Rini <trini@konsulko.com>2015-04-22 16:14:55 (GMT)
commitab3f0c7dae9b7b7c1079491d96f44896971a9006 (patch)
treef87c9e76e3df3a80b3de67c7c3c3f0cbf5856b0a /drivers/serial/Makefile
parenteaaa4f7e0e99b7bb1f5caefd96ade7c2ee891bf3 (diff)
downloadu-boot-ab3f0c7dae9b7b7c1079491d96f44896971a9006.tar.xz
stm32f4: Add serial driver
Signed-off-by: Kamil Lulko <rev13@wp.pl> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/serial/Makefile')
-rw-r--r--drivers/serial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
index b385852..d183eed 100644
--- a/drivers/serial/Makefile
+++ b/drivers/serial/Makefile
@@ -44,6 +44,7 @@ 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
obj-$(CONFIG_USB_TTY) += usbtty.o