lkml.org 
[lkml]   [2022]   [Jul]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] dt-bindings: remove the dead code in cmd_mk_schema
    Date
    Since commit 2783a7f56f99 ("dt-bindings: kbuild: Pass DT_SCHEMA_FILES to
    dt-validate"), the processed schema takes all the YAML files.

    Remove the dead code.

    Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
    ---

    Documentation/devicetree/bindings/Makefile | 6 ++----
    1 file changed, 2 insertions(+), 4 deletions(-)

    diff --git a/Documentation/devicetree/bindings/Makefile b/Documentation/devicetree/bindings/Makefile
    index c9953f86b19d..223df2a023fd 100644
    --- a/Documentation/devicetree/bindings/Makefile
    +++ b/Documentation/devicetree/bindings/Makefile
    @@ -42,10 +42,8 @@ quiet_cmd_chk_bindings = CHKDT $@

    quiet_cmd_mk_schema = SCHEMA $@
    cmd_mk_schema = f=$$(mktemp) ; \
    - $(if $(DT_MK_SCHEMA_FLAGS), \
    - printf '%s\n' $(real-prereqs), \
    - $(find_all_cmd)) > $$f ; \
    - $(DT_MK_SCHEMA) -j $(DT_MK_SCHEMA_FLAGS) @$$f > $@ ; \
    + $(find_all_cmd) > $$f ; \
    + $(DT_MK_SCHEMA) -j @$$f > $@ ; \
    rm -f $$f

    define rule_chkdt
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-07-29 07:22    [W:4.004 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site