]> git.baikalelectronics.ru Git - uboot.git/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)
commit4f008e1786a55d9e6a5fd05d1126a301ed9d551a
tree79afe726d3035ee9a26783a4464d8b94e64f6f3d
parent0f0739fcf44b405c26baed9f00112ff010efff7b
serial: Remove duplicated line in Makefile

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

Fixes: bb720696cea8 ("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