projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c273d2
)
kbuild: remove meaningless parameter to $(call if_changed_rule,dtc)
author
Masahiro Yamada
<masahiroy@kernel.org>
Thu, 11 Mar 2021 06:30:54 +0000
(15:30 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Thu, 11 Mar 2021 09:22:48 +0000
(18:22 +0900)
This is a remnant of commit
78046fabe6e7
("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>
scripts/Makefile.lib
patch
|
blob
|
blame
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index 90a4e04cd8f584efb6cd95e0a788076388ce9d1e..8cd67b1b6d15ac4c6b397e004580b6f1ba97e11a 100644
(file)
--- a/
scripts/Makefile.lib
+++ b/
scripts/Makefile.lib
@@
-352,7
+352,7
@@
define rule_dtc
endef
$(obj)/%.dt.yaml: $(src)/%.dts $(DTC) $(DT_TMP_SCHEMA) FORCE
- $(call if_changed_rule,dtc
,yaml
)
+ $(call if_changed_rule,dtc)
dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)