https://github.com/torvalds/linux
Revision c473a8d03ea8e03ca9d649b0b6d72fbcf6212c05 authored by Masahiro Yamada on 22 February 2020, 19:04:34 UTC, committed by Masahiro Yamada on 26 February 2020, 17:28:15 UTC
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>
1 parent 964a596
Raw File
Tip revision: c473a8d03ea8e03ca9d649b0b6d72fbcf6212c05 authored by Masahiro Yamada on 22 February 2020, 19:04:34 UTC
kbuild: add dt_binding_check to PHONY in a correct place
Tip revision: c473a8d
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top