
24 Sep
2017
24 Sep
'17
9 a.m.
We now require a dtc version which is not yet available in many distros.
Indicate to the user where he will find the sources.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index a0d9218515..c17cca5b0d 100644 --- a/Makefile +++ b/Makefile @@ -1450,6 +1450,7 @@ System.map: u-boot checkdtc: @if test $(call dtc-version) -lt 010403; then \ echo '*** Your dtc is too old, please upgrade to dtc 1.4.3 or newer'; \ + echo ' available at https://git.kernel.org/pub/scm/utils/dtc/dtc.git'; \ false; \ fi
--
2.11.0