]> 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 f20b51ff1d86ee24b9c65a098781d58d0c688387..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-$(CONFIG_SMP) += spinlock.o
\ No newline at end of file
+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