]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/s390/lib/Makefile
[S390] Add dynamic size check for usercopy functions.
[linux-2.6-omap-h63xx.git] / arch / s390 / lib / Makefile
index e05d087a6eae3b0d5d8cb2cadb3d0c3aa719de17..b5f94cf3bde8d190d09c66fec8bfcc289d5f3292 100644 (file)
@@ -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