Skip to content

Commit 285a65f

Browse files
committed
kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)
This is a remnant of commit 78046fa ("kbuild: determine the output format of DTC by the target suffix"). The parameter "yaml" is meaningless because cmd_dtc no loner takes $(2). Reported-by: Rob Herring <robh@kernel.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 4c273d2 commit 285a65f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Makefile.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ define rule_dtc
352352
endef
353353

354354
$(obj)/%.dt.yaml: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
355-
$(call if_changed_rule,dtc,yaml)
355+
$(call if_changed_rule,dtc)
356356

357357
dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
358358

0 commit comments

Comments
 (0)