Harrison Mutai | 68ecce1 | 2025-05-12 12:38:24 +0000 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2023-2025, Arm Limited and Contributors. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | LIBTL_PATH ?= contrib/libtl | ||||
8 | |||||
9 | INCLUDES += -I$(LIBTL_PATH)/include/ \ | ||||
10 | -I$(LIBTL_PATH)/include/private/ | ||||
11 | |||||
12 | LIBTL_SOURCES += $(addprefix ${LIBTL_PATH}/src/generic/, \ | ||||
13 | transfer_list.c \ | ||||
14 | logging.c \ | ||||
15 | ) |