2005-04-16 22:20:36 +00:00
|
|
|
#
|
|
|
|
# Makefile for s390-specific library files..
|
|
|
|
#
|
|
|
|
|
|
|
|
EXTRA_AFLAGS := -traditional
|
|
|
|
|
2006-09-20 13:59:42 +00:00
|
|
|
lib-y += delay.o string.o uaccess_std.o
|
2006-09-28 14:55:39 +00:00
|
|
|
lib-$(CONFIG_32BIT) += div64.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
|