commit | 11221142eac86235c7efdec6eb8ba195c14af8e8 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Oct 21 10:11:29 2024 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Thu Oct 24 09:23:48 2024 +0100 |
tree | 39fae39e4f94b95396ebb2d5f6ab30f94c5ee9a9 | |
parent | ada6a86bd3eb9c9629c2f06e3480473e28ccdc3b [diff] |
fix(build): add a dependency to the build directory The build directory is never explicitly depended on. Other recipes are pretty much guaranteed to finish before the sp_layout target requires it. However, on extremely slow hard drives (1MB/s) that doesn't happen. Add an explicit dependency so make waits correctly. Change-Id: Ibafc696c27c1a1ed14d181ef330871f6539c45f7 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>