blob: bf32de3f54ad5ee71cbdbabca8b5d926599ebff2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (c) 2023, Advanced Micro Devices, Inc. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
# TSP source files specific to Versal platform
PLAT_XILINX_COMMON := plat/xilinx/common/
include ${PLAT_XILINX_COMMON}/tsp/tsp.mk
|