X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=arch%2Fs390%2Flib%2FMakefile;fp=arch%2Fs390%2Flib%2FMakefile;h=b5f94cf3bde8d190d09c66fec8bfcc289d5f3292;hp=e05d087a6eae3b0d5d8cb2cadb3d0c3aa719de17;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hpb=76828883507a47dae78837ab5dec5a5b4513c667 diff --git a/arch/s390/lib/Makefile b/arch/s390/lib/Makefile index e05d087a6..b5f94cf3b 100644 --- a/arch/s390/lib/Makefile +++ b/arch/s390/lib/Makefile @@ -4,6 +4,7 @@ EXTRA_AFLAGS := -traditional -lib-y += delay.o string.o -lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o) +lib-y += delay.o string.o uaccess_std.o uaccess_pt.o +lib-$(CONFIG_32BIT) += div64.o +lib-$(CONFIG_64BIT) += uaccess_mvcos.o lib-$(CONFIG_SMP) += spinlock.o