commit | 7a95759f935202c1f25df10eb32c67bbd69db3c8 | [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 | dc5d485206e168c7e86ede646e512c761bf1752e [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>