commit | 247e339349055548aaa6ff48356c9fe330057461 | [log] [tgz] |
---|---|---|
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | Wed Oct 03 14:56:38 2018 +0200 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Wed Oct 03 15:06:53 2018 +0200 |
tree | 7e7c81c62828b510db71e658aa13fe9726986af1 | |
parent | b2128e9b1afa1b1e141e4266e9f94c61656d230c [diff] |
Remove incorrect tabulation in Makefile When attempting to compile TF-A with "SPD=something ARCH=aarch32", the following error message is printed: Makefile:291: *** recipe commences before first target. Stop. This is because the call to the error function is indented using a tab whereas it's not part of a rule's recipe. Replace the tab by spaces. Change-Id: Ic9b603837a0e43f2f7070cb39137541c332365d2 Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>