From 6b1d9e6c3907074284b7d632bd2ca0ee0db5c6e2 Mon Sep 17 00:00:00 2001 From: Paul Beesley <paul.beesley@arm.com> Date: Tue, 15 Oct 2019 16:13:10 +0000 Subject: [PATCH] spm-mm: Rename source files Change-Id: I851be04fc5de8a95ea11270996f8ca33f0fccadb Signed-off-by: Paul Beesley <paul.beesley@arm.com> --- services/std_svc/spm_mm/spm_mm.mk | 6 +++--- services/std_svc/spm_mm/{spm_main.c => spm_mm_main.c} | 0 services/std_svc/spm_mm/{spm_setup.c => spm_mm_setup.c} | 0 services/std_svc/spm_mm/{spm_xlat.c => spm_mm_xlat.c} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename services/std_svc/spm_mm/{spm_main.c => spm_mm_main.c} (100%) rename services/std_svc/spm_mm/{spm_setup.c => spm_mm_setup.c} (100%) rename services/std_svc/spm_mm/{spm_xlat.c => spm_mm_xlat.c} (100%) diff --git a/services/std_svc/spm_mm/spm_mm.mk b/services/std_svc/spm_mm/spm_mm.mk index 4812e75fb..1de31a681 100644 --- a/services/std_svc/spm_mm/spm_mm.mk +++ b/services/std_svc/spm_mm/spm_mm.mk @@ -14,9 +14,9 @@ endif 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 -- GitLab