xref: /linux/arch/s390/lib/Makefile (revision 6f7e0d9d08c7fa3847b1380b16dff7e14523933c)
1#
2# Makefile for s390-specific library files..
3#
4
5lib-y += delay.o string.o uaccess.o find.o
6obj-y += mem.o xor.o
7lib-$(CONFIG_SMP) += spinlock.o
8lib-$(CONFIG_KPROBES) += probes.o
9lib-$(CONFIG_UPROBES) += probes.o
10