mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
SPM: Rename files for consistency
Rename files prefixed by sp_ to spm_. Change-Id: Ie3016a4c4ac5987fe6fdd734c6b470c60954e23d Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
This commit is contained in:
parent
83a5d51279
commit
2ada829df1
6 changed files with 4 additions and 4 deletions
|
@ -16,11 +16,11 @@ include lib/sprt/sprt_host.mk
|
||||||
SPM_SOURCES := $(addprefix services/std_svc/spm/, \
|
SPM_SOURCES := $(addprefix services/std_svc/spm/, \
|
||||||
${ARCH}/spm_helpers.S \
|
${ARCH}/spm_helpers.S \
|
||||||
${ARCH}/spm_shim_exceptions.S \
|
${ARCH}/spm_shim_exceptions.S \
|
||||||
sp_setup.c \
|
|
||||||
sp_xlat.c \
|
|
||||||
spci.c \
|
spci.c \
|
||||||
spm_buffers.c \
|
spm_buffers.c \
|
||||||
spm_main.c \
|
spm_main.c \
|
||||||
|
spm_setup.c \
|
||||||
|
spm_xlat.c \
|
||||||
sprt.c) \
|
sprt.c) \
|
||||||
${SPRT_LIB_SOURCES}
|
${SPRT_LIB_SOURCES}
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,8 @@ SPM_SOURCES := $(addprefix services/std_svc/spm_deprecated/, \
|
||||||
${ARCH}/spm_helpers.S \
|
${ARCH}/spm_helpers.S \
|
||||||
${ARCH}/spm_shim_exceptions.S \
|
${ARCH}/spm_shim_exceptions.S \
|
||||||
spm_main.c \
|
spm_main.c \
|
||||||
sp_setup.c \
|
spm_setup.c \
|
||||||
sp_xlat.c)
|
spm_xlat.c)
|
||||||
|
|
||||||
|
|
||||||
# Let the top-level Makefile know that we intend to include a BL32 image
|
# Let the top-level Makefile know that we intend to include a BL32 image
|
||||||
|
|
Loading…
Add table
Reference in a new issue