aboutsummaryrefslogtreecommitdiff
path: root/services/std_svc
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-10-15 14:20:34 +0000
committerManish Pandey <manish.pandey2@arm.com>2019-12-20 16:04:12 +0000
commit442e09284220b023ab79cce89058039751f42d5b (patch)
treefe9468f18ccfdbbed49dc92965c7b8ba53f41cb4 /services/std_svc
parent962c44e77cc14ca6a9d4316e53a72348f94d4657 (diff)
downloadtrusted-firmware-a-442e09284220b023ab79cce89058039751f42d5b.tar.gz
spm-mm: Rename component makefile
Change-Id: Idcd2a35cd2b30d77a7ca031f7e0172814bdb8cab Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'services/std_svc')
-rw-r--r--services/std_svc/spm_mm/spm_mm.mk (renamed from services/std_svc/spm_mm/spm.mk)6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/std_svc/spm_mm/spm.mk b/services/std_svc/spm_mm/spm_mm.mk
index 3aa10ee556..4812e75fb1 100644
--- a/services/std_svc/spm_mm/spm.mk
+++ b/services/std_svc/spm_mm/spm_mm.mk
@@ -1,14 +1,14 @@
#
-# Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
ifneq (${SPD},none)
- $(error "Error: SPD and SPM are incompatible build options.")
+ $(error "Error: SPD and SPM_MM are incompatible build options.")
endif
ifneq (${ARCH},aarch64)
- $(error "Error: SPM is only supported on aarch64.")
+ $(error "Error: SPM_MM is only supported on aarch64.")
endif
SPM_SOURCES := $(addprefix services/std_svc/spm_mm/, \