Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for s390-specific library files.. | ||||
3 | # | ||||
4 | |||||
5 | EXTRA_AFLAGS := -traditional | ||||
6 | |||||
Martin Schwidefsky | 8a88367 | 2007-07-10 11:24:14 +0200 | [diff] [blame] | 7 | lib-y += delay.o string.o uaccess_std.o uaccess_pt.o |
8 | obj-$(CONFIG_32BIT) += div64.o qrnnd.o | ||||
Gerald Schaefer | 6c2a9e6 | 2006-09-20 15:59:44 +0200 | [diff] [blame] | 9 | lib-$(CONFIG_64BIT) += uaccess_mvcos.o |
Heiko Carstens | e018ba1 | 2006-02-01 03:06:31 -0800 | [diff] [blame] | 10 | lib-$(CONFIG_SMP) += spinlock.o |