mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
Merge "fix(libc): memset inclusion to libc makefiles" into integration
This commit is contained in:
commit
51fd7a4196
2 changed files with 3 additions and 1 deletions
|
@ -6,3 +6,6 @@
|
|||
#
|
||||
|
||||
include lib/libc/libc_common.mk
|
||||
|
||||
LIBC_SRCS += $(addprefix lib/libc/, \
|
||||
memset.c)
|
||||
|
|
|
@ -14,7 +14,6 @@ LIBC_SRCS := $(addprefix lib/libc/, \
|
|||
memcpy_s.c \
|
||||
memmove.c \
|
||||
memrchr.c \
|
||||
memset.c \
|
||||
printf.c \
|
||||
putchar.c \
|
||||
puts.c \
|
||||
|
|
Loading…
Add table
Reference in a new issue