commit | e449d6acca784c2770141c43b080f5b1ce3d8d03 | [log] [tgz] |
---|---|---|
author | Paul Beesley <paul.beesley@arm.com> | Tue Oct 15 16:13:10 2019 +0000 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Dec 20 16:04:35 2019 +0000 |
tree | f8db10eb75f3ce27bfd004e6c662ef00907c1029 | |
parent | a24ed077ccd34a0e07867e277e3927ac47a47593 [diff] |
spm-mm: Rename source files Change-Id: I851be04fc5de8a95ea11270996f8ca33f0fccadb Signed-off-by: Paul Beesley <paul.beesley@arm.com>
diff --git a/services/std_svc/spm_mm/spm_mm.mk b/services/std_svc/spm_mm/spm_mm.mk index 4812e75..1de31a6 100644 --- a/services/std_svc/spm_mm/spm_mm.mk +++ b/services/std_svc/spm_mm/spm_mm.mk
@@ -14,9 +14,9 @@ SPM_SOURCES := $(addprefix services/std_svc/spm_mm/, \ ${ARCH}/spm_helpers.S \ ${ARCH}/spm_shim_exceptions.S \ - spm_main.c \ - spm_setup.c \ - spm_xlat.c) + spm_mm_main.c \ + spm_mm_setup.c \ + spm_mm_xlat.c) # Let the top-level Makefile know that we intend to include a BL32 image
diff --git a/services/std_svc/spm_mm/spm_main.c b/services/std_svc/spm_mm/spm_mm_main.c similarity index 100% rename from services/std_svc/spm_mm/spm_main.c rename to services/std_svc/spm_mm/spm_mm_main.c
diff --git a/services/std_svc/spm_mm/spm_setup.c b/services/std_svc/spm_mm/spm_mm_setup.c similarity index 100% rename from services/std_svc/spm_mm/spm_setup.c rename to services/std_svc/spm_mm/spm_mm_setup.c
diff --git a/services/std_svc/spm_mm/spm_xlat.c b/services/std_svc/spm_mm/spm_mm_xlat.c similarity index 100% rename from services/std_svc/spm_mm/spm_xlat.c rename to services/std_svc/spm_mm/spm_mm_xlat.c