1# 2# Makefile for s390-specific library files.. 3# 4 5lib-y += delay.o string.o uaccess.o find.o 6obj-$(CONFIG_32BIT) += div64.o qrnnd.o ucmpdi2.o mem32.o 7obj-$(CONFIG_64BIT) += mem64.o 8lib-$(CONFIG_SMP) += spinlock.o 9