1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 >> 2 2 # 3 # 3 # Makefile for LoongArch-specific library file !! 4 # Makefile for m68k-specific library files.. 4 # 5 # 5 6 6 lib-y += delay.o memset.o memcpy.o memmove.o !! 7 lib-y := muldi3.o memcpy.o memset.o memmove.o 7 clear_user.o copy_user.o csum.o dum << 8 8 9 obj-$(CONFIG_ARCH_SUPPORTS_INT128) += tishift. !! 9 lib-$(CONFIG_MMU) += uaccess.o >> 10 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += mulsi3.o divsi3.o udivsi3.o >> 11 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += modsi3.o umodsi3.o 10 12 11 obj-$(CONFIG_CPU_HAS_LSX) += xor_simd.o xor_si !! 13 ifndef CONFIG_GENERIC_CSUM >> 14 lib-y += checksum.o >> 15 endif 12 16 13 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += erro <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.