diff options
Diffstat (limited to 'services')
-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 3aa10ee55..4812e75fb 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/, \ |