2005-04-16 18:20:36 -04:00
|
|
|
#
|
|
|
|
# Makefile for s390-specific library files..
|
|
|
|
#
|
|
|
|
|
|
|
|
EXTRA_AFLAGS := -traditional
|
|
|
|
|
2006-09-20 09:59:42 -04:00
|
|
|
lib-y += delay.o string.o uaccess_std.o
|
2006-09-28 10:55:39 -04:00
|
|
|
lib-$(CONFIG_32BIT) += div64.o
|
2006-09-20 09:59:44 -04:00
|
|
|
lib-$(CONFIG_64BIT) += uaccess_mvcos.o
|
2006-02-01 06:06:31 -05:00
|
|
|
lib-$(CONFIG_SMP) += spinlock.o
|