]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/lib/Makefile
x86: merge getuser asm functions.
[karo-tx-linux.git] / arch / x86 / lib / Makefile
index 86960a6c41c025c0488045498848e315b2e0754a..e92948203a5dfde38cb998078447ac338e280024 100644 (file)
@@ -5,7 +5,7 @@
 obj-$(CONFIG_SMP) := msr-on-cpu.o
 
 lib-y := delay.o
-lib-y += usercopy_$(BITS).o getuser_$(BITS).o putuser_$(BITS).o
+lib-y += usercopy_$(BITS).o getuser.o putuser_$(BITS).o
 lib-y += memcpy_$(BITS).o
 
 ifeq ($(CONFIG_X86_32),y)