]> git.itanic.dy.fi Git - linux-stable/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Mar 2020 07:15:48 +0000 (08:15 +0100)
commitb72a47da8ecdda8c2bde70ef38f25d2a6d336250
treef50480cd213d9ff2e763bdce21afe0f7358e763b
parentcbd951572f7f102c25af79dafeeedccd788ffe2b
kbuild: add dt_binding_check to PHONY in a correct place

[ Upstream commit c473a8d03ea8e03ca9d649b0b6d72fbcf6212c05 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Makefile