]> git.sur5r.net Git - u-boot/commit
serial: Remove duplicated line in Makefile
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 16 Apr 2018 08:35:08 +0000 (10:35 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Apr 2018 22:45:35 +0000 (18:45 -0400)
commite376040f29b2982159fe715eb821f7f1e8025dfe
tree79afe726d3035ee9a26783a4464d8b94e64f6f3d
parent7f4279c0438e19b673d414e48a14f68add11b26f
serial: Remove duplicated line in Makefile

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>
drivers/serial/Makefile