mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 01:37:40 +00:00
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>
This commit is contained in:
parent
d1a974a3b7
commit
1ca73b4f4a
2 changed files with 19 additions and 19 deletions
|
@ -75,8 +75,8 @@ ifeq (${ARCH}, aarch64)
|
||||||
ifeq (${ENABLE_RME},0)
|
ifeq (${ENABLE_RME},0)
|
||||||
ENABLE_BRBE_FOR_NS := 2
|
ENABLE_BRBE_FOR_NS := 2
|
||||||
endif
|
endif
|
||||||
|
ENABLE_TRBE_FOR_NS := 2
|
||||||
endif
|
endif
|
||||||
ENABLE_TRBE_FOR_NS := 2
|
|
||||||
ENABLE_SYS_REG_TRACE_FOR_NS := 2
|
ENABLE_SYS_REG_TRACE_FOR_NS := 2
|
||||||
ENABLE_FEAT_CSV2_2 := 2
|
ENABLE_FEAT_CSV2_2 := 2
|
||||||
ENABLE_FEAT_DIT := 2
|
ENABLE_FEAT_DIT := 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue