xref: /linux/arch/loongarch/lib/Makefile (revision c83b49383b595be50647f0c764a48c78b5f3c4f8)
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