Searched hist:"3 d4b2238684ac919394eba7fb51bb7eeeec6ab57" (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | Makefile.lib | diff 3d4b2238684ac919394eba7fb51bb7eeeec6ab57 Tue Apr 21 05:35:28 CEST 2020 Masahiro Yamada <masahiroy@kernel.org> kbuild: fix DT binding schema rule again to avoid needless rebuilds
Since commit 7a0496056064 ("kbuild: fix DT binding schema rule to detect command line changes"), this rule is every time re-run even if you change nothing.
cmd_dtc takes one additional parameter to pass to the -O option of dtc.
We need to pass 'yaml' to if_changed_rule. Otherwise, cmd-check invoked from if_changed_rule is false positive.
Fixes: 7a0496056064 ("kbuild: fix DT binding schema rule to detect command line changes") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|