1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Copyright (C) 2004, 2007-2010, 2011-2012 Syn !! 2 # Makefile for i386-specific library files.. 4 # 3 # 5 4 6 lib-y := strchr-700.o strcpy-700.o strlen.o << 7 5 8 lib-$(CONFIG_ISA_ARCOMPACT) += memcpy-700. !! 6 lib-y = checksum.o delay.o \ 9 lib-$(CONFIG_ISA_ARCV2) += memset-arch !! 7 usercopy.o getuser.o \ >> 8 memcpy.o strstr.o 10 9 11 ifdef CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS !! 10 lib-$(CONFIG_X86_USE_3DNOW) += mmx.o 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs !! 11 lib-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o 13 else !! 12 lib-$(CONFIG_DEBUG_IOVIRT) += iodebug.o 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.