1 # SPDX-License-Identifier: GPL-2.0-only !! 1 # SPDX-License-Identifier: GPL-2.0 2 # 2 # 3 # Copyright (C) 2004, 2007-2010, 2011-2012 Syn !! 3 # Makefile for MIPS-specific library files.. 4 # 4 # 5 5 6 lib-y := strchr-700.o strcpy-700.o strlen.o !! 6 lib-y += bitops.o csum_partial.o delay.o memcpy.o memset.o \ >> 7 mips-atomic.o strncpy_user.o \ >> 8 strnlen_user.o uncached.o 7 9 8 lib-$(CONFIG_ISA_ARCOMPACT) += memcpy-700. !! 10 obj-y += iomap_copy.o 9 lib-$(CONFIG_ISA_ARCV2) += memset-arch !! 11 obj-$(CONFIG_PCI) += iomap-pci.o >> 12 lib-$(CONFIG_GENERIC_CSUM) := $(filter-out csum_partial.o, $(lib-y)) 10 13 11 ifdef CONFIG_ARC_USE_UNALIGNED_MEM_ACCESS !! 14 obj-$(CONFIG_CPU_GENERIC_DUMP_TLB) += dump_tlb.o 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs !! 15 obj-$(CONFIG_CPU_R3000) += r3k_dump_tlb.o 13 else !! 16 14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs !! 17 # libgcc-style stuff needed in the kernel 15 endif !! 18 obj-y += bswapsi.o bswapdi.o multi3.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.