commit | 52e77726ef94f6c800be52a725072b738a452273 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Dec 28 20:13:11 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 16 14:49:09 2021 -0500 |
tree | eec6858b3f0d349e1f619ab055c4e3709006d1f9 | |
parent | 1d55eb1544f7fcbbc8b39d6f445ba74788bf94bf [diff] |
common: Makefile: drop duplicated line obj-$(CONFIG_$(SPL_TPL_)YMODEM_SUPPORT) += xyzModem.o is there, no need obj-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>