Revision 964a596db8db8c77c9903dd05655696696e6b3ad authored by Masahiro Yamada on 22 February 2020, 19:04:33 UTC, committed by Masahiro Yamada on 26 February 2020, 17:26:01 UTC
The dtbs_check should be a phony target, but currently it is not
specified so.

'make dtbs_check' works even if a file named 'dtbs_check' exists
because it depends on another phony target, scripts_dtc, but we
should not rely on it.

Add dtbs_check to PHONY.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
1 parent fd63fab
Raw File
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top