1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Copyright (C) 2004, 2007-2010, 2011-2012 Syn 4 # 5 6 lib-y := strchr-700.o strcpy-700.o strlen.o 7 8 lib-$(CONFIG_ISA_ARCOMPACT) += memcpy-700. 9 lib-$(CONFIG_ISA_ARCV2) += memset-arch 10 11 ifdef CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs 13 else 14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs 15 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.