blob: 022e6bfa9c196d4aee05d550d0f479f73b13cd83 [file] [log] [blame]
#
# Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
LIBC_SRCS := $(addprefix lib/libc/, \
abort.c \
assert.c \
exit.c \
mem.c \
printf.c \
putchar.c \
puts.c \
strchr.c \
strcmp.c \
strlen.c \
strncmp.c \
strnlen.c \
subr_prf.c)
INCLUDES += -Iinclude/lib/libc \
-Iinclude/lib/libc/sys