mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-12-03 16:10:51 +00:00
07c13a30d2
Change-Id: If57ec9cc0791f49d9ade83dff9d24ef9047963a8 Co-authored-by: Jean-Paul Etienne <jean-paul.etienne@arm.com> Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
12 lines
232 B
Makefile
12 lines
232 B
Makefile
#
|
|
# 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/
|