All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Let's write correct arch/*/dts/Makefile
@ 2019-03-14  5:58 Masahiro Yamada
  2019-03-14  5:58 ` [U-Boot] [PATCH 1/4] ARM: fix arch/arm/dts/Makefile Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Masahiro Yamada @ 2019-03-14  5:58 UTC (permalink / raw)
  To: u-boot


Since commit 2737dfe096b6 ("kbuild: make arch-dtbs target PHONY"),
you can add whatever wrong entries in arch/*/dts/Makefile
(and you are free to not add any entry at all). Build succeeds anyway.

I have been eager to revert the harmful commit 27cb7300ffda.

I fixed all the breakage. If I did not do this now,
more and more wrong code would come in.

Travis CI tests passed.



Masahiro Yamada (4):
  ARM: fix arch/arm/dts/Makefile
  powerpc: fix arch/powerpc/dts/Makefile
  mips: add missing dtb-y to arch/mips/dts/Makefile
  Revert "Ensure device tree DTS is compiled"

 arch/arm/dts/Makefile     | 107 +++++++++++++++++++++++++++++++++++++++++-----
 arch/mips/dts/Makefile    |   5 +++
 arch/powerpc/dts/Makefile |   2 +-
 dts/Makefile              |  13 ++----
 4 files changed, 106 insertions(+), 21 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-03-22 23:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-14  5:58 [U-Boot] [PATCH 0/4] Let's write correct arch/*/dts/Makefile Masahiro Yamada
2019-03-14  5:58 ` [U-Boot] [PATCH 1/4] ARM: fix arch/arm/dts/Makefile Masahiro Yamada
2019-03-14  6:26   ` Chris Packham
2019-03-22 23:17   ` [U-Boot] [U-Boot,1/4] " Tom Rini
2019-03-14  5:58 ` [U-Boot] [PATCH 2/4] powerpc: fix arch/powerpc/dts/Makefile Masahiro Yamada
2019-03-22 23:17   ` [U-Boot] [U-Boot,2/4] " Tom Rini
2019-03-14  5:58 ` [U-Boot] [PATCH 3/4] mips: add missing dtb-y to arch/mips/dts/Makefile Masahiro Yamada
2019-03-15 11:11   ` Daniel Schwierzeck
2019-03-22 23:18   ` [U-Boot] [U-Boot, " Tom Rini
2019-03-14  5:58 ` [U-Boot] [PATCH 4/4] Revert "Ensure device tree DTS is compiled" Masahiro Yamada
2019-03-22 23:18   ` [U-Boot] [U-Boot, " 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.