blob: 14bc9cf561f1e24e7cb36d9fa5a41731e058bde4 [file] [log] [blame]
AlexeiFedorov9f2de632024-09-10 11:48:22 +01001#
2# Copyright (c) 2024, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7TESTS_SOURCES += \
8 $(addprefix plat/arm/fvp/, \
9 fvp_pcie.c \
10 )
11
12TESTS_SOURCES += \
13 $(addprefix tftf/tests/doe_tests/, \
14 doe_helpers.c \
15 test_doe.c \
16 )
17
18TESTS_SOURCES += \
19 $(addprefix lib/pcie/, \
20 pcie.c \
21 pcie_doe.c \
22 )