commit | 6868052b55d6c4c4fdddb836fe8d484fe6daf428 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Nov 12 12:47:15 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Tue Nov 12 12:50:45 2024 +0000 |
tree | d00a40f36a4ffa90009ab5c7ec08ffd2633a433f | |
parent | db6b909bf49d3ef1ef31e87a946e4ee7e0a2137d [diff] |
fix(build): ensure `$(ROT_KEY)` depends on correct directory rules In order for directories to be automatically created when used as a dependency, they must end with a forward slash (`/`). This is because we have a pattern rule (`%/`) to create a directory anywhere where a directory is required as a direct dependency. Change-Id: Ib632d59da0745f6cadb0a839a62360aeca25c178 Signed-off-by: Chris Kay <chris.kay@arm.com>