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