commit | 28b525c454b4ec1a279087f170e86ca05ae16a8c | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Wed Sep 20 15:31:45 2023 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Mon Oct 23 08:12:30 2023 -0500 |
tree | eb283a3d85e5e29bf00e932e7c2b8db12df50369 | |
parent | 78d7f30b497a09d2e8f9d169883f5ee35b3c20f9 [diff] |
fix(build): convert tabs to spaces Convert any used tabs in arch_features.mk to spaces to avoid makefile build issues. Only recipes should be indented with tabs. ENABLE_TRBE_FOR_NS should be enabled only for aarch64 but accidentally its enabled for aarch32 as well in FVP makefile. Change-Id: Iee913a04d6b60a4738183a17421754c2638e8e6d Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>