commit | 6519da47411e90322c59e3fa4b41ff398ff0a688 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 25 06:40:49 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:08 2021 +1300 |
tree | fe83aabd9cefc8712d52b5e9ed10aab57c16fda0 | |
parent | 91f414b3a82e5e8419a0ad703b7055884c4be254 [diff] |
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>