sprt_host.mk 232 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright (c) 2018, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

SPRT_LIB_SOURCES	:=	$(addprefix lib/sprt/,			\
					sprt_host.c			\
					sprt_queue.c)

SPRT_LIB_INCLUDES	:=	-Iinclude/lib/sprt/