mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-30 07:39:24 +00:00

When an external RMM is not provided during make invocation, include the Test Realm Payload (TRP) to the FIP. Change-Id: I15d396cf268a08d79da63075aadb4172238eb225 Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
12 lines
347 B
Makefile
12 lines
347 B
Makefile
#
|
|
# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
# TRP source files common to QEMU platforms
|
|
RMM_SOURCES += plat/qemu/common/trp/qemu_trp_setup.c \
|
|
plat/common/aarch64/platform_mp_stack.S \
|
|
plat/qemu/common/aarch64/plat_helpers.S
|
|
|
|
INCLUDES += -Iinclude/services/trp
|