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