]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/lib/Makefile
hrtimer: make the nanosleep() syscall use the per process slack
[linux-2.6-omap-h63xx.git] / arch / x86 / lib / Makefile
index 84aa2883fe153fba9094169cef5f447bb79f2bd0..aa3fa4119424205ba297e1af4ce4100ba5514baf 100644 (file)
@@ -4,9 +4,9 @@
 
 obj-$(CONFIG_SMP) := msr-on-cpu.o
 
-lib-y := delay_$(BITS).o
+lib-y := delay.o
 lib-y += thunk_$(BITS).o
-lib-y += usercopy_$(BITS).o getuser_$(BITS).o putuser_$(BITS).o
+lib-y += usercopy_$(BITS).o getuser.o putuser.o
 lib-y += memcpy_$(BITS).o
 
 ifeq ($(CONFIG_X86_32),y)