commit | e376040f29b2982159fe715eb821f7f1e8025dfe | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Mon Apr 16 10:35:08 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 16 18:45:35 2018 -0400 |
tree | 79afe726d3035ee9a26783a4464d8b94e64f6f3d | |
parent | 7f4279c0438e19b673d414e48a14f68add11b26f [diff] |
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>