Home
last modified time | relevance | path

Searched hist:c473a8d03ea8e03ca9d649b0b6d72fbcf6212c05 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefilec473a8d03ea8e03ca9d649b0b6d72fbcf6212c05 Sat Feb 22 13:04:34 CST 2020 Masahiro Yamada <masahiroy@kernel.org> 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>