All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] common: Makefile: drop duplicated line
@ 2020-12-28 12:13 Peng Fan
  2020-12-28 12:13 ` [PATCH 2/3] cmd: Makefile: build nvedit.c when needed Peng Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Peng Fan @ 2020-12-28 12:13 UTC (permalink / raw)
  To: u-boot

From: Peng Fan <peng.fan@nxp.com>

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>
---
 common/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/Makefile b/common/Makefile
index bcf352d016..daeea67cf2 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
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-01-18 13:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 12:13 [PATCH 1/3] common: Makefile: drop duplicated line Peng Fan
2020-12-28 12:13 ` [PATCH 2/3] cmd: Makefile: build nvedit.c when needed Peng Fan
2020-12-29  3:32   ` Simon Glass
2021-01-17  0:17   ` Tom Rini
2021-01-17  1:16     ` Peng Fan
2020-12-28 12:13 ` [PATCH 3/3] armv8: Makefile: build cache files " Peng Fan
2021-01-18 13:01   ` Tom Rini
2020-12-29  3:32 ` [PATCH 1/3] common: Makefile: drop duplicated line Simon Glass
2021-01-18 13:01 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.