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