]> err.no Git - linux-2.6/blobdiff - arch/ppc64/lib/Makefile
ppc64: use copyuser_64.S from powerpc/lib
[linux-2.6] / arch / ppc64 / lib / Makefile
index 820021885e1a2d7f0a938deb3100b737befe5e64..f29e76559950e9b98fc8d481187b2b6dbdb84791 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 lib-y := string.o strcase.o
-lib-y += memcpy.o copyuser.o usercopy.o
+lib-y += memcpy.o usercopy.o
 
 # Lock primitives are defined as no-ops in include/linux/spinlock.h
 # for non-SMP configs. Don't build the real versions.