]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: Avoid running dtoc every time
authorSimon Glass <sjg@chromium.org>
Wed, 24 Mar 2021 17:40:49 +0000 (06:40 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:08 +0000 (17:03 +1300)
commit6519da47411e90322c59e3fa4b41ff398ff0a688
treefe83aabd9cefc8712d52b5e9ed10aab57c16fda0
parent91f414b3a82e5e8419a0ad703b7055884c4be254
Makefile: Avoid running dtoc every time

Since the dst_dir rule always runs, it causes a rebuild of the of-platdata
files even if not needed.

Create the directory inside the rule instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl