blob: 03e1fb31df13e23a7097f458fa206f6153ee9194 [file] [log] [blame]
Dan Handleyd7b59e42016-06-02 17:15:13 +01001#
Olivier Deprez91cb0492024-01-24 11:15:26 +01002# Copyright (c) 2016-2024, Arm Limited and Contributors. All rights reserved.
Dan Handleyd7b59e42016-06-02 17:15:13 +01003#
dp-armfa3cf0b2017-05-03 09:38:09 +01004# SPDX-License-Identifier: BSD-3-Clause
Dan Handleyd7b59e42016-06-02 17:15:13 +01005#
Olivier Deprez91cb0492024-01-24 11:15:26 +01006#
Antonio Nino Diaza884dfb2019-02-08 13:20:37 +00007
Olivier Deprez91cb0492024-01-24 11:15:26 +01008include lib/libc/libc_common.mk
Olivier Deprez03379222024-02-02 09:48:27 +01009
10LIBC_SRCS += $(addprefix lib/libc/, \
11 memset.c)