hc
2024-08-16 a24a44ff9ca902811b99aa9663d697cf452e08ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
#
 
lib-y    := strchr-700.o strcpy-700.o strlen.o memcmp.o
 
lib-$(CONFIG_ISA_ARCOMPACT)    += memcpy-700.o memset.o strcmp.o
lib-$(CONFIG_ISA_ARCV2)        += memset-archs.o strcmp-archs.o
 
ifdef CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS
lib-$(CONFIG_ISA_ARCV2)        +=memcpy-archs-unaligned.o
else
lib-$(CONFIG_ISA_ARCV2)        +=memcpy-archs.o
endif