1# 2# Copyright (c) 2024-2025, ARM Limited and Contributors. All rights reserved. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6 7ifeq (${ERROR_DEPRECATED},0) 8SPD_INCLUDES := -Iinclude/bl32/payloads 9endif 10 11ifneq (${ENABLE_FEAT_D128}, 0) 12 $(error spd=tlkd will not work with ENABLE_FEAT_D128 enabled.) 13endif 14 15SPD_SOURCES := services/spd/tlkd/tlkd_common.c \ 16 services/spd/tlkd/tlkd_helpers.S \ 17 services/spd/tlkd/tlkd_main.c \ 18 services/spd/tlkd/tlkd_pm.c 19