2005-04-16 16:20:36 -06:00
|
|
|
#
|
|
|
|
# Makefile for s390-specific library files..
|
|
|
|
#
|
|
|
|
|
2007-07-10 03:24:14 -06:00
|
|
|
lib-y += delay.o string.o uaccess_std.o uaccess_pt.o
|
|
|
|
obj-$(CONFIG_32BIT) += div64.o qrnnd.o
|
2006-09-20 07:59:44 -06:00
|
|
|
lib-$(CONFIG_64BIT) += uaccess_mvcos.o
|
2006-02-01 04:06:31 -07:00
|
|
|
lib-$(CONFIG_SMP) += spinlock.o
|