]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/metag/lib/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / metag / lib / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
5633004c
JH
2#
3# Makefile for Meta-specific library files.
4#
5
6lib-y += usercopy.o
7lib-y += copy_page.o
8lib-y += clear_page.o
9lib-y += memcpy.o
10lib-y += memmove.o
11lib-y += memset.o
12lib-y += delay.o
13lib-y += div64.o
14lib-y += muldi3.o
15lib-y += ashrdi3.o
16lib-y += ashldi3.o
17lib-y += lshrdi3.o
18lib-y += divsi3.o
19lib-y += modsi3.o
20lib-y += cmpdi2.o
21lib-y += ucmpdi2.o
22lib-y += ip_fast_csum.o
23lib-y += checksum.o