commit | b44dec16417a755254292baeba390f74c60e006d | [log] [tgz] |
---|---|---|
author | Zelalem Aweke <zelalem.aweke@arm.com> | Sun Jul 11 17:25:48 2021 -0500 |
committer | Zelalem Aweke <zelalem.aweke@arm.com> | Tue Oct 05 18:41:48 2021 +0200 |
tree | 700435daaead0518bd8dfc32cc373c4ef059c887 | |
parent | b6301e64cb373c418f82528642da0d10bd8d5723 [diff] |
refactor(makefile): remove BL prefixes in build macros The current Makefile assumes all TF-A binaries have BL prefixes (BL1, BL2, etc). Now that we have other binary names with FEAT_RME feature, remove this assumption. With this change, we need to pass the full name of a binary when using build macros. Signed-off-by: Zelalem Aweke <zelalem.aweke@arm.com> Change-Id: I44e094b2366aa526f807d92dffa709390d14d145