mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
kbuild: remove unneeded semicolon at the end of cmd_dtb_check
This trailing semicolon is unneeded. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
7a04960560
commit
fd63fab48f
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ DT_BINDING_DIR := Documentation/devicetree/bindings
|
||||||
DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.yaml
|
DT_TMP_SCHEMA := $(objtree)/$(DT_BINDING_DIR)/processed-schema.yaml
|
||||||
|
|
||||||
quiet_cmd_dtb_check = CHECK $@
|
quiet_cmd_dtb_check = CHECK $@
|
||||||
cmd_dtb_check = $(DT_CHECKER) -u $(srctree)/$(DT_BINDING_DIR) -p $(DT_TMP_SCHEMA) $@ ;
|
cmd_dtb_check = $(DT_CHECKER) -u $(srctree)/$(DT_BINDING_DIR) -p $(DT_TMP_SCHEMA) $@
|
||||||
|
|
||||||
define rule_dtc
|
define rule_dtc
|
||||||
$(call cmd_and_fixdep,dtc,yaml)
|
$(call cmd_and_fixdep,dtc,yaml)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue