]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Only build dtc if needed
authorSimon Glass <sjg@chromium.org>
Wed, 22 Sep 2021 17:34:44 +0000 (11:34 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Oct 2021 15:23:07 +0000 (11:23 -0400)
commit9af08787e10bb8b944004f22a7df6de223b48cbc
treef0768d3161c33bd110bd30359517b2ed9fec429d
parent1ee136aa2a1bfa1b93241e1c1c6ba638310d54c0
Makefile: Only build dtc if needed

At present U-Boot always builds dtc if CONFIG_OF_CONTROL is defined, even
when DTC is provided. The built dtc is not actually used, so this is a
waste of time.

Update the Makefile logic to build dtc only if one is not provided to the
build with the DTC variable. Add documentation to explain this.

This saves about 3.5 seconds of elapsed time on a clean build of
sandbox_spl for me.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
doc/build/gcc.rst
dts/Kconfig
scripts/Makefile
scripts/dtc-version.sh