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