spm-mm: Rename aarch64 assembly files

Change-Id: I2bab67f319758dd033aa689d985227cad796cdea
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
This commit is contained in:
Paul Beesley 2019-10-15 16:14:14 +00:00 committed by Manish Pandey
parent 6b1d9e6c39
commit 99c69109ec
3 changed files with 2 additions and 2 deletions

View File

@ -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)