]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - arch/s390/lib/Makefile
Make Kprobes depend on modules
[linux-2.6.git] / arch / s390 / lib / Makefile
index b701efa1f00ef1e04e0134f8daae7958de2deaa1..e05d087a6eae3b0d5d8cb2cadb3d0c3aa719de17 100644 (file)
@@ -5,5 +5,5 @@
 EXTRA_AFLAGS := -traditional
 
 lib-y += delay.o string.o
-lib-$(CONFIG_ARCH_S390_31) += uaccess.o spinlock.o
-lib-$(CONFIG_ARCH_S390X) += uaccess64.o spinlock.o
+lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o)
+lib-$(CONFIG_SMP) += spinlock.o