xref: /linux/arch/s390/lib/Makefile (revision 6a3335b43342b42dd6c69b4bbbde15d622cb49ca)
1#
2# Makefile for s390-specific library files..
3#
4
5lib-y += delay.o string.o uaccess_std.o uaccess_pt.o
6obj-$(CONFIG_32BIT) += div64.o qrnnd.o
7lib-$(CONFIG_64BIT) += uaccess_mvcos.o
8lib-$(CONFIG_SMP) += spinlock.o
9