mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
spm-mm: Rename component makefile
Change-Id: Idcd2a35cd2b30d77a7ca031f7e0172814bdb8cab Signed-off-by: Paul Beesley <paul.beesley@arm.com>
This commit is contained in:
parent
962c44e77c
commit
442e092842
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ ifeq (${SPM_MM},1)
|
||||||
$(error EL3_EXCEPTION_HANDLING must be 1 for SPM-MM support)
|
$(error EL3_EXCEPTION_HANDLING must be 1 for SPM-MM support)
|
||||||
else
|
else
|
||||||
$(info Including SPM Management Mode (MM) makefile)
|
$(info Including SPM Management Mode (MM) makefile)
|
||||||
include services/std_svc/spm_mm/spm.mk
|
include services/std_svc/spm_mm/spm_mm.mk
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -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
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
|
||||||
ifneq (${SPD},none)
|
ifneq (${SPD},none)
|
||||||
$(error "Error: SPD and SPM are incompatible build options.")
|
$(error "Error: SPD and SPM_MM are incompatible build options.")
|
||||||
endif
|
endif
|
||||||
ifneq (${ARCH},aarch64)
|
ifneq (${ARCH},aarch64)
|
||||||
$(error "Error: SPM is only supported on aarch64.")
|
$(error "Error: SPM_MM is only supported on aarch64.")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SPM_SOURCES := $(addprefix services/std_svc/spm_mm/, \
|
SPM_SOURCES := $(addprefix services/std_svc/spm_mm/, \
|
Loading…
Add table
Reference in a new issue