1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for LoongArch-specific library files. 4 # 5 6 lib-y += delay.o memset.o memcpy.o memmove.o \ 7 clear_user.o copy_user.o csum.o dump_tlb.o unaligned.o 8 9 obj-$(CONFIG_ARCH_SUPPORTS_INT128) += tishift.o 10 11 obj-$(CONFIG_CPU_HAS_LSX) += xor_simd.o xor_simd_glue.o 12 13 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.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.