Skip to content

Commit f568866

Browse files
committed
kbuild: clean up rule_dtc_dt_yaml
Commit 3a2429e ("kbuild: change if_changed_rule for multi-line recipe") and commit 4f0e3a5 ("kbuild: Add support for DT binding schema checks") came in via different sub-systems. This is a follow-up cleanup. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 786ac51 commit f568866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Makefile.lib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ quiet_cmd_dtb_check = CHECK $@
305305
cmd_dtb_check = $(DT_CHECKER) -p $(DT_TMP_SCHEMA) $@ ;
306306

307307
define rule_dtc_dt_yaml
308-
$(call cmd_and_fixdep,dtc,yaml) \
309-
$(call echo-cmd,dtb_check) $(cmd_dtb_check)
308+
$(call cmd_and_fixdep,dtc,yaml)
309+
$(call cmd,dtb_check)
310310
endef
311311

312312
$(obj)/%.dt.yaml: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE

0 commit comments

Comments
 (0)