Antonio Nino Diaz | e46924e | 2018-11-08 10:58:26 +0000 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2018, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | SPRT_LIB_SOURCES := $(addprefix lib/sprt/, \ | ||||
8 | ${ARCH}/sprt_client_helpers.S \ | ||||
9 | sprt_client.c \ | ||||
10 | sprt_queue.c) | ||||
11 | |||||
12 | SPRT_LIB_INCLUDES := -Iinclude/lib/sprt/ |