]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/s390/lib/Makefile
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[linux-2.6-omap-h63xx.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