public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] dt-bindings: kbuild: Rework build rules and dependencies
@ 2024-04-05 22:56 Rob Herring
  2024-04-05 22:56 ` [PATCH v2 1/3] dt-bindings: kbuild: Simplify examples target patsubst Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Rob Herring @ 2024-04-05 22:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Masahiro Yamada,
	Nathan Chancellor, Nicolas Schier
  Cc: Dmitry Baryshkov, Marijn Suijten, devicetree, linux-kernel,
	linux-kbuild

This series reworks the DT binding build rules and dependencies. It 
fixes a problem with if_changed_rule Masahiro reported some time back[1] 
and improves the dependency handling for the DT validation targets.

Relative to v1, I've dropped all but 1 one of the top-level targets 
added in v1. The only top-level target added it for building the 
processed schema used by multiple targets.

Rob

v1: https://lore.kernel.org/all/20220824203934.2855320-1-robh@kernel.org/

[1] https://lore.kernel.org/all/20220817152027.16928-1-masahiroy@kernel.org/

Signed-off-by: Rob Herring <robh@kernel.org>
---
Rob Herring (3):
      dt-bindings: kbuild: Simplify examples target patsubst
      dt-bindings: kbuild: Split targets out to separate rules
      dt-bindings: kbuild: Add separate target/dependency for processed-schema.json

 Documentation/devicetree/bindings/Makefile | 34 ++++++++++++++++++------------
 Makefile                                   | 24 ++++++++++-----------
 scripts/Makefile.lib                       |  2 +-
 3 files changed, 33 insertions(+), 27 deletions(-)
---
base-commit: 4cece764965020c22cff7665b18a012006359095
change-id: 20240405-dt-kbuild-rework-f356ab890d45

Best regards,
-- 
Rob Herring <robh@kernel.org>


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

end of thread, other threads:[~2024-04-23  9:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-05 22:56 [PATCH v2 0/3] dt-bindings: kbuild: Rework build rules and dependencies Rob Herring
2024-04-05 22:56 ` [PATCH v2 1/3] dt-bindings: kbuild: Simplify examples target patsubst Rob Herring
2024-04-05 22:56 ` [PATCH v2 2/3] dt-bindings: kbuild: Split targets out to separate rules Rob Herring
2024-04-20  6:50   ` Masahiro Yamada
2024-04-22 17:46     ` Rob Herring
2024-04-23  9:34       ` Masahiro Yamada
2024-04-05 22:56 ` [PATCH v2 3/3] dt-bindings: kbuild: Add separate target/dependency for processed-schema.json Rob Herring
2024-04-07 10:59   ` Conor Dooley

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