[U-Boot] [PATCH] serial: Remove duplicated line in Makefile

Patrice Chotard patrice.chotard at st.com
Mon Apr 16 08:35:08 UTC 2018


The line "-obj-$(CONFIG_STM32_SERIAL) += serial_stm32.o"
is found twice in Makefile.

Fixes: ae74de0dfd45 ("serial: stm32: Rename serial_stm32x7.c to serial_stm32.c"

Signed-off-by: Patrice Chotard <patrice.chotard at st.com>
---

 drivers/serial/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile
index 6937ef962868..16609edf4b5a 100644
--- a/drivers/serial/Makefile
+++ b/drivers/serial/Makefile
@@ -60,7 +60,6 @@ obj-$(CONFIG_UNIPHIER_SERIAL) += serial_uniphier.o
 obj-$(CONFIG_STM32_SERIAL) += serial_stm32.o
 obj-$(CONFIG_STI_ASC_SERIAL) += serial_sti_asc.o
 obj-$(CONFIG_PIC32_SERIAL) += serial_pic32.o
-obj-$(CONFIG_STM32_SERIAL) += serial_stm32.o
 obj-$(CONFIG_BCM283X_MU_SERIAL) += serial_bcm283x_mu.o
 obj-$(CONFIG_BCM283X_PL011_SERIAL) += serial_bcm283x_pl011.o
 obj-$(CONFIG_MSM_SERIAL) += serial_msm.o
-- 
1.9.1



More information about the U-Boot mailing list