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