xref: /linux/arch/loongarch/lib/Makefile (revision 24febc99ca725dcf42d57168a2f4e8a75a5ade92)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for LoongArch-specific library files.
4#
5
6lib-y	+= delay.o memset.o memcpy.o memmove.o \
7	   clear_user.o copy_user.o csum.o dump_tlb.o unaligned.o
8
9obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
10