diff --git a/Makefile b/Makefile index 2b2f79e3f..03f93201a 100644 --- a/Makefile +++ b/Makefile @@ -1040,9 +1040,6 @@ ENABLE_FEAT_RNG = $(if $(findstring rng,${arch-features}),1,0) # Determine if FEAT_SB is supported ENABLE_FEAT_SB = $(if $(findstring sb,${arch-features}),1,0) -#SVE_VECTOR_LEN -$(eval $(call add_define,SVE_VECTOR_LEN)) - ################################################################################ # Process platform overrideable behaviour ################################################################################ @@ -1407,6 +1404,7 @@ $(eval $(call add_defines,\ ENABLE_FEAT_TWED \ CONDITIONAL_CMO \ IMPDEF_SYSREG_TRAP \ + SVE_VECTOR_LEN \ ))) ifeq (${SANITIZE_UB},trap)