xref: /linux/arch/s390/lib/Makefile (revision 0391fcb5e1f8f10d4cf491ec2ea107a2e6a937f7)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for s390-specific library files..
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
6457f2180SHeiko Carstenslib-y += delay.o string.o uaccess.o find.o
72cfc5f9cSMartin Schwidefskyobj-y += mem.o xor.o
80152fb37SMartin Schwidefskylib-$(CONFIG_SMP) += spinlock.o
9975fab17SJan Willekelib-$(CONFIG_KPROBES) += probes.o
10975fab17SJan Willekelib-$(CONFIG_UPROBES) += probes.o
11*0391fcb5SVasily Gorbik
12*0391fcb5SVasily Gorbikchkbss := mem.o
13*0391fcb5SVasily Gorbikinclude $(srctree)/arch/s390/scripts/Makefile.chkbss
14