U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY
@ 2019-02-26 19:20 Stephen Warren
  2019-02-26 19:20 ` [U-Boot] [PATCH 2/2] kbuild: fix DTB .cmd source variable Stephen Warren
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Stephen Warren @ 2019-02-26 19:20 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@nvidia.com>

Without this, the arch-dtbs target only gets evaluated when building
U-Boot the first time, not when re-building (incrementally building)
U-Boot. Thus incremental builds ignore changes to DTB files.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 dts/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dts/Makefile b/dts/Makefile
index a7a604303cc6..4970223b3d2e 100644
--- a/dts/Makefile
+++ b/dts/Makefile
@@ -40,6 +40,7 @@ endif
 	echo >&2;							\
 	/bin/false)
 
+PHONY += arch-dtbs
 arch-dtbs:
 	$(Q)$(MAKE) $(build)=$(ARCH_PATH) dtbs
 
-- 
2.20.1

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

end of thread, other threads:[~2019-02-28 23:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-26 19:20 [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY Stephen Warren
2019-02-26 19:20 ` [U-Boot] [PATCH 2/2] kbuild: fix DTB .cmd source variable Stephen Warren
2019-02-27  4:58   ` Masahiro Yamada
2019-02-28 23:56   ` [U-Boot] [U-Boot,2/2] " Tom Rini
2019-02-27  2:17 ` [U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY Masahiro Yamada
2019-02-27  2:36   ` Masahiro Yamada
2019-02-27 17:50     ` Stephen Warren
2019-02-27  5:09 ` Masahiro Yamada
2019-02-28 16:24 ` Stephen Warren
2019-02-28 23:56 ` [U-Boot] [U-Boot,1/2] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox