Skip to content

Commit ce810ee

Browse files
masahir0yrobherring
authored andcommitted
dt-bindings: do not build processed-schema.yaml for 'make dt_binding_check'
Currently, processed-schema.yaml is always built, but it is actually used only for 'make dtbs_check'. 'make dt_binding_check' uses processed-schema-example.yaml instead. Build processed-schema.yaml only for 'make dtbs_check'. Signed-off-by: Masahiro Yamada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent fa714cf commit ce810ee

File tree

1 file changed

+1
-1
lines changed
  • Documentation/devicetree/bindings

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $(obj)/processed-schema.yaml: DT_MK_SCHEMA_FLAGS := $(DT_MK_SCHEMA_USERONLY_FLAG
5353
$(obj)/processed-schema.yaml: $(DT_SCHEMA_FILES) check_dtschema_version FORCE
5454
$(call if_changed,mk_schema)
5555

56-
extra-y += processed-schema.yaml
56+
extra-$(CHECK_DTBS) += processed-schema.yaml
5757

5858
# Hack: avoid 'Argument list too long' error for 'make clean'. Remove most of
5959
# build artifacts here before they are processed by scripts/Makefile.clean

0 commit comments

Comments
 (0)