Merge "fix(libc): memset inclusion to libc makefiles" into integration

This commit is contained in:
Manish V Badarkhe 2024-02-02 13:37:28 +01:00 committed by TrustedFirmware Code Review
commit 51fd7a4196
2 changed files with 3 additions and 1 deletions

View file

@ -6,3 +6,6 @@
#
include lib/libc/libc_common.mk
LIBC_SRCS += $(addprefix lib/libc/, \
memset.c)

View file

@ -14,7 +14,6 @@ LIBC_SRCS := $(addprefix lib/libc/, \
memcpy_s.c \
memmove.c \
memrchr.c \
memset.c \
printf.c \
putchar.c \
puts.c \