commit | bb75e4fe5719904ce513f81d30f47f3cc31ebf93 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue Oct 31 10:15:41 2023 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Tue Oct 31 20:46:08 2023 +0100 |
tree | 5d2f2ce2710253bf08899498b8ca5ee580129c79 | |
parent | 46b8d0d6f094b865d220908b2e2522b0a24f430a [diff] |
fix(build): convert tabs and ifdef comparisons Make interprets lines prefixed with the tab characters as recipes (commands to run in the shell). Convert the use of ifdef as this incorrectly interprets when a flag is disabled i.e. `ENABLE_FEAT_MPAM=0`. Change-Id: I5173d18a20ef0e3ffc32f0ffb1e70dc30aa4c4a9 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>