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

Add TSP to test BL32 without relying on external projects. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
9 lines
253 B
Makefile
9 lines
253 B
Makefile
#
|
|
# Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
BL32_SOURCES += plat/common/plat_gicv3.c \
|
|
plat/common/aarch64/platform_mp_stack.S \
|
|
$(PLAT_PATH)/tsp/uniphier_tsp_setup.c
|