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

* [U-Boot] [PATCH] serial: Remove duplicated line in Makefile
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Vikas Manocha @ 2018-04-16 16:44 UTC (permalink / raw)
  To: u-boot

Hi,

On 04/16/2018 01:35 AM, Patrice Chotard wrote:
> 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>

Acked-by: Vikas Manocha <vikas.manocha@st.com>

Cheers,
Vikas

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

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

* [U-Boot] [PATCH] serial: Remove duplicated line in Makefile
  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
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2018-04-16 17:56 UTC (permalink / raw)
  To: u-boot

On 16 April 2018 at 02:35, Patrice Chotard <patrice.chotard@st.com> wrote:
> 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(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* [U-Boot] serial: Remove duplicated line in Makefile
  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 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2018-04-17  1:23 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 16, 2018 at 10:35:08AM +0200, Patrice Chotard wrote:

> 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>
> Acked-by: Vikas Manocha <vikas.manocha@st.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180416/ffc1df8d/attachment.sig>

^ permalink raw reply	[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.