diff --git a/services/std_svc/spm_mm/aarch64/spm_helpers.S b/services/std_svc/spm_mm/aarch64/spm_mm_helpers.S similarity index 100% rename from services/std_svc/spm_mm/aarch64/spm_helpers.S rename to services/std_svc/spm_mm/aarch64/spm_mm_helpers.S diff --git a/services/std_svc/spm_mm/aarch64/spm_shim_exceptions.S b/services/std_svc/spm_mm/aarch64/spm_mm_shim_exceptions.S similarity index 100% rename from services/std_svc/spm_mm/aarch64/spm_shim_exceptions.S rename to services/std_svc/spm_mm/aarch64/spm_mm_shim_exceptions.S diff --git a/services/std_svc/spm_mm/spm_mm.mk b/services/std_svc/spm_mm/spm_mm.mk index 1de31a681..656488b8e 100644 --- a/services/std_svc/spm_mm/spm_mm.mk +++ b/services/std_svc/spm_mm/spm_mm.mk @@ -12,8 +12,8 @@ ifneq (${ARCH},aarch64) endif SPM_SOURCES := $(addprefix services/std_svc/spm_mm/, \ - ${ARCH}/spm_helpers.S \ - ${ARCH}/spm_shim_exceptions.S \ + ${ARCH}/spm_mm_helpers.S \ + ${ARCH}/spm_mm_shim_exceptions.S \ spm_mm_main.c \ spm_mm_setup.c \ spm_mm_xlat.c)