mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00

Updated the generic TSP makefile in the common path for reuse in different platforms. Change-Id: Idd14675bc547e0a4a95132653a181e7ff39a547a Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>
10 lines
250 B
Makefile
10 lines
250 B
Makefile
#
|
|
# Copyright (c) 2014, Arm Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# TSP source files specific to ZynqMP platform
|
|
|
|
PLAT_XILINX_COMMON := plat/xilinx/common/
|
|
|
|
include ${PLAT_XILINX_COMMON}/tsp/tsp.mk
|