All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] serial: Remove duplicated line in Makefile
@ 2018-04-16  8:35 Patrice Chotard
  2018-04-16 16:44 ` Vikas Manocha
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrice Chotard @ 2018-04-16  8:35 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-17  1:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16  8:35 [U-Boot] [PATCH] serial: Remove duplicated line in Makefile Patrice Chotard
2018-04-16 16:44 ` Vikas Manocha
2018-04-16 17:56 ` Simon Glass
2018-04-17  1:23 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.