mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 04:53:36 +01: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
|
||||
|
||||
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
|
||||
$(call cmd_and_fixdep,dtc,yaml)
|
||||
|
|
Loading…
Reference in a new issue