Harrison Mutai | 6e01164 | 2023-09-22 17:17:35 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2023, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | |
| 7 | ifeq (${TRANSFER_LIST}, 1) |
| 8 | |
Harrison Mutai | 089c9ad | 2025-04-25 16:03:54 +0000 | [diff] [blame] | 9 | include lib/event_log/event_log.mk |
Harrison Mutai | 68ecce1 | 2025-05-12 12:38:24 +0000 | [diff] [blame] | 10 | include lib/libtl/libtl.mk |
Harrison Mutai | 089c9ad | 2025-04-25 16:03:54 +0000 | [diff] [blame] | 11 | |
Harrison Mutai | cc89c2f | 2025-05-22 11:08:46 +0000 | [diff] [blame^] | 12 | TESTS_SOURCES += $(addprefix tftf/tests/misc_tests/, \ |
| 13 | test_firmware_handoff.c \ |
Harrison Mutai | 6e01164 | 2023-09-22 17:17:35 +0100 | [diff] [blame] | 14 | ) |
| 15 | |
Harrison Mutai | cc89c2f | 2025-05-22 11:08:46 +0000 | [diff] [blame^] | 16 | TESTS_SOURCES += ${LIBEVLOG_SOURCES} ${LIBTL_SOURCES} |
Harrison Mutai | 089c9ad | 2025-04-25 16:03:54 +0000 | [diff] [blame] | 17 | |
Harrison Mutai | 6e01164 | 2023-09-22 17:17:35 +0100 | [diff] [blame] | 18 | endif |