2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for s390-specific library files..
|
|
|
|
#
|
|
|
|
|
2010-03-08 11:25:14 +00:00
|
|
|
lib-y += delay.o string.o uaccess_std.o uaccess_pt.o
|
|
|
|
obj-y += usercopy.o
|
2012-08-14 11:20:20 +00:00
|
|
|
obj-$(CONFIG_32BIT) += div64.o qrnnd.o ucmpdi2.o mem32.o
|
|
|
|
obj-$(CONFIG_64BIT) += mem64.o
|
2006-09-20 13:59:44 +00:00
|
|
|
lib-$(CONFIG_64BIT) += uaccess_mvcos.o
|
2006-02-01 11:06:31 +00:00
|
|
|
lib-$(CONFIG_SMP) += spinlock.o
|