aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2020-12-28 20:13:11 +0800
committerTom Rini <trini@konsulko.com>2021-01-16 12:11:43 -0500
commitb96fe1eba8400a7d092b326acd4f54e5f308ae0a (patch)
treec5daffa3bee49f70e6549cf96febe8bd9459bfa7
parentf3b8a2d4063f23e8c2d2ae3d47a9182e411a0640 (diff)
downloadu-boot-b96fe1eba8400a7d092b326acd4f54e5f308ae0a.zip
u-boot-b96fe1eba8400a7d092b326acd4f54e5f308ae0a.tar.gz
u-boot-b96fe1eba8400a7d092b326acd4f54e5f308ae0a.tar.bz2
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>
-rw-r--r--common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index bcf352d..daeea67 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -68,7 +68,6 @@ obj-$(CONFIG_DFU_OVER_USB) += dfu.o
endif
obj-$(CONFIG_SPL_HASH_SUPPORT) += hash.o
obj-$(CONFIG_TPL_HASH_SUPPORT) += hash.o
-obj-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o
obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o
obj-$(CONFIG_SPL_NET_SUPPORT) += miiphyutil.o
obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += fdt_support.o