13 lines
246 B
Makefile
13 lines
246 B
Makefile
#
|
|
# Copyright (c) 2021, Arm Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
# TRP source files specific to FVP platform
|
|
|
|
RMM_SOURCES += plat/arm/board/fvp/aarch64/fvp_helpers.S
|
|
|
|
include plat/arm/common/trp/arm_trp.mk
|
|
|