OSDN Git Service

kbuild: add dt_binding_check to PHONY in a correct place
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 22 Feb 2020 19:04:34 +0000 (04:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 26 Feb 2020 17:28:15 +0000 (02:28 +0900)
commitc473a8d03ea8e03ca9d649b0b6d72fbcf6212c05
tree1bfa77049c52dfd9f29f3b5d8783323821521f2b
parent964a596db8db8c77c9903dd05655696696e6b3ad
kbuild: add dt_binding_check to PHONY in a correct place

The dt_binding_check is added to PHONY, but it is invisible when
$(dtstree) is empty. So, it is not specified as phony for
ARCH=x86 etc.

Add it to PHONY outside the ifneq ... endif block.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Makefile