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 | |||||
Gerald Schaefer | d02765d | 2006-09-20 15:59:42 +0200 | [diff] [blame] | 7 | lib-y += delay.o string.o uaccess_std.o |
Gerald Schaefer | 6c2a9e6 | 2006-09-20 15:59:44 +0200 | [diff] [blame^] | 8 | lib-$(CONFIG_64BIT) += uaccess_mvcos.o |
Heiko Carstens | e018ba1 | 2006-02-01 03:06:31 -0800 | [diff] [blame] | 9 | lib-$(CONFIG_SMP) += spinlock.o |