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 | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame^] | 7 | lib-y += delay.o string.o spinlock.o |
8 | lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o) |