]> Git Repo - linux.git/commit
kbuild: determine the output format of DTC by the target suffix
authorMasahiro Yamada <[email protected]>
Mon, 27 Apr 2020 13:49:30 +0000 (22:49 +0900)
committerMasahiro Yamada <[email protected]>
Tue, 12 May 2020 04:28:33 +0000 (13:28 +0900)
commit78046fabe6e7807a271aad09cde0522d80bd2985
tree28022eb621119b167603a8ac3024df03a1c790d5
parent1ca0c2f612116a7159ab11c36b555910f90db338
kbuild: determine the output format of DTC by the target suffix

cmd_dtc takes the additional parameter $(2) to select the target
format, dtb or yaml. This makes things complicated when it is used
with cmd_and_fixdep and if_changed_rule. I actually stumbled on this.
See commit 3d4b2238684a ("kbuild: fix DT binding schema rule again to
avoid needless rebuilds").

Extract the suffix part of the target instead of passing the parameter.
Fortunately, this works for both $(obj)/%.dtb and $(obj)/%.dt.yaml .

Signed-off-by: Masahiro Yamada <[email protected]>
scripts/Makefile.lib
This page took 0.059266 seconds and 4 git commands to generate.