2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for s390-specific library files..
|
|
|
|
#
|
|
|
|
|
2014-01-23 18:18:36 +08:00
|
|
|
lib-y += delay.o string.o uaccess_pt.o uaccess_mvcos.o find.o
|
2012-08-14 19:20:20 +08:00
|
|
|
obj-$(CONFIG_32BIT) += div64.o qrnnd.o ucmpdi2.o mem32.o
|
|
|
|
obj-$(CONFIG_64BIT) += mem64.o
|
2006-02-01 19:06:31 +08:00
|
|
|
lib-$(CONFIG_SMP) += spinlock.o
|