commit | b34635a02f3cce6a36e221cd7c33e33730b6e379 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Sep 28 15:44:19 2021 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Tue Oct 26 12:14:27 2021 +0100 |
tree | 9480ec9358fa5dde714b1cf1c063181a6163517f | |
parent | 387ff949e6a1ce4acf102e8b2252fd76d3a7d317 [diff] |
build(bl1): deduplicate sources Deduplicating sources prevents the build system from complaining about multiply-compiled files, which can happen if multiple makefiles depend on a component. This already occurs for BL31. Signed-off-by: Chris Kay <chris.kay@arm.com> Change-Id: I9b40402f6f04600061fba7d6ad5d222a71e7d4a7