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