mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
spm-mm: Rename aarch64 assembly files
Change-Id: I2bab67f319758dd033aa689d985227cad796cdea Signed-off-by: Paul Beesley <paul.beesley@arm.com>
This commit is contained in:
parent
6b1d9e6c39
commit
99c69109ec
3 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue